Interface BlockEntityTickInvoker

All Known Implementing Classes:
WorldChunk.DirectBlockEntityTickInvoker, WorldChunk.EmptyBlockEntityTickInvoker, WorldChunk.WrappedBlockEntityTickInvoker

public interface BlockEntityTickInvoker
  • Method Details

    • tick

      void tick()
    • isRemoved

      boolean isRemoved()
    • getPos

      BlockPos getPos()
    • getName

      String getName()