Interface IAlvearyComponent.Active<T extends IMultiblockLogicAlveary>

All Superinterfaces:
IAlvearyComponent<T>, IMultiblockComponent
Enclosing interface:
IAlvearyComponent<T extends IMultiblockLogicAlveary>

public static interface IAlvearyComponent.Active<T extends IMultiblockLogicAlveary> extends IAlvearyComponent<T>
Implemented by alveary parts to receive ticks from the completed structure.
  • Method Details

    • updateServer

      void updateServer(int tickCount)
    • updateClient

      void updateClient(int tickCount)