Class NetworkInitializedEvent

java.lang.Object
net.neoforged.bus.api.Event
org.cyclops.integrateddynamics.core.network.event.NetworkInitializedEvent

public class NetworkInitializedEvent extends net.neoforged.bus.api.Event
An event that is posted in the Forge event bus.
  • Constructor Details

    • NetworkInitializedEvent

      public NetworkInitializedEvent(INetwork network, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, @Nullable net.minecraft.world.entity.LivingEntity placer)
  • Method Details

    • getNetwork

      public INetwork getNetwork()
    • getLevel

      public net.minecraft.world.level.Level getLevel()
    • getPos

      public net.minecraft.core.BlockPos getPos()
    • getPlacer

      @Nullable public net.minecraft.world.entity.LivingEntity getPlacer()