接口 TickingBlockEntity

所有已知实现类:
LevelChunk.BoundTickingBlockEntity, LevelChunk.RebindableTickingBlockEntityWrapper

public interface TickingBlockEntity
  • 方法详细资料

    • tick

      void tick()
    • isRemoved

      boolean isRemoved()
    • getPos

      BlockPos getPos()
    • getType

      String getType()