Interface TickingBlockEntity

All Known Implementing Classes:
LevelChunk.BoundTickingBlockEntity, LevelChunk.RebindableTickingBlockEntityWrapper

public interface TickingBlockEntity
  • Method Details

    • tick

      void tick()
    • isRemoved

      boolean isRemoved()
    • getPos

      BlockPos getPos()
    • getType

      String getType()