Interface IFarmComponent.Active

All Superinterfaces:
IFarmComponent, IMultiblockComponent
Enclosing interface:
IFarmComponent<T extends IMultiblockLogicFarm>

public static interface IFarmComponent.Active extends IFarmComponent
Implemented by farm parts to receive ticks from the completed structure.
  • Method Details

    • updateServer

      void updateServer(int tickCount)
    • updateClient

      void updateClient(int tickCount)