Class NetworkInitializedEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
org.cyclops.integrateddynamics.core.network.event.NetworkInitializedEvent

public class NetworkInitializedEvent extends net.minecraftforge.eventbus.api.Event
An event that is posted in the Forge event bus.
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    NetworkInitializedEvent(INetwork network, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.LivingEntity placer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.Level
     
     
    net.minecraft.world.entity.LivingEntity
     
    net.minecraft.core.BlockPos
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()