Package forestry.api.multiblock
Interface IFarmComponent.Active
- All Superinterfaces:
IFarmComponent,IMultiblockComponent
- Enclosing interface:
- IFarmComponent<T extends IMultiblockLogicFarm>
Implemented by farm parts to receive ticks from the completed structure.
-
Nested Class Summary
Nested classes/interfaces inherited from interface forestry.api.multiblock.IFarmComponent
IFarmComponent.Active, IFarmComponent.ListenerNested classes/interfaces inherited from interface forestry.api.multiblock.IMultiblockComponent
IMultiblockComponent.HasInventory -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateClient(int tickCount) voidupdateServer(int tickCount) Methods inherited from interface forestry.api.multiblock.IFarmComponent
getMultiblockLogicMethods inherited from interface forestry.api.multiblock.IMultiblockComponent
getCoordinates, getOwner, onMachineAssembled, onMachineBroken
-
Method Details
-
updateServer
void updateServer(int tickCount) -
updateClient
void updateClient(int tickCount)
-