Class WorldTickEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.WorldTickEvent

public final class WorldTickEvent extends Event
This event is fired from the specified IWorld every tick. Cancelling it results in the world's TileEntity and Entity objects not updating along with time not progressing for one tick.
  • Field Details

    • world

      public final IWorld world
  • Constructor Details

    • WorldTickEvent

      public WorldTickEvent(IWorld world)