Package forestry.api.core
Class ForestryEvent.BeeMatingEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
forestry.api.core.ForestryEvent
forestry.api.core.ForestryEvent.BeeMatingEvent
- Enclosing class:
- ForestryEvent
Fired before a queen is created as a result of breeding a princess and a drone.
- Since:
- 2.4.4
-
Nested Class Summary
Nested classes/interfaces inherited from class forestry.api.core.ForestryEvent
ForestryEvent.BeeMatingEvent, ForestryEvent.MutationDiscovered, ForestryEvent.SpeciesDiscovered, ForestryEvent.SyncedBreedingTrackerNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDrone()voidsetPrincess(IBee princess) Used to override the princess individual, which will become the queen individual.Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
BeeMatingEvent
-
-
Method Details
-
getHousing
-
getPrincess
-
setPrincess
Used to override the princess individual, which will become the queen individual.- Parameters:
princess- The new princess individual to replace the queen with.
-
getDrone
-