Package forestry.api.multiblock
Interface IAlvearyComponent.Climatiser
- All Superinterfaces:
IAlvearyComponent,IMultiblockComponent
- Enclosing interface:
- IAlvearyComponent<T extends IMultiblockLogicAlveary>
Implemented by alveary parts to apply a climate change to 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 TypeMethodDescriptionvoidchangeClimate(int tickCount, IClimateControlled alveary) Called every tick by the alveary.Methods inherited from interface forestry.api.multiblock.IAlvearyComponent
getMultiblockLogicMethods inherited from interface forestry.api.multiblock.IMultiblockComponent
getCoordinates, getOwner, onMachineAssembled, onMachineBroken
-
Method Details
-
changeClimate
Called every tick by the alveary.- Parameters:
tickCount- the number of ticks in the worldalveary- the climate controlled alveary
-