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