Interface TickingBlock


public interface TickingBlock
A BlockEntity used with BlockBE can implement this. Then a BlockEntityTicker to tick the block entity will be created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • tick

      void tick()