public interface IBeeListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onPollenRetrieved(IIndividual pollen)
Called when the bees have retrieved some pollen.
|
void |
onQueenDeath()
Called after the children have been spawned, and before the new princess is spawned.
|
void |
wearOutEquipment(int amount)
Called when the bees wear out the housing's equipment.
|
void wearOutEquipment(int amount)
amount - Integer indicating the amount worn out.void onQueenDeath()
boolean onPollenRetrieved(IIndividual pollen)