Class ForestryEvent.BeeMatingEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
forestry.api.core.ForestryEvent
forestry.api.core.ForestryEvent.BeeMatingEvent
Enclosing class:
ForestryEvent

public static class ForestryEvent.BeeMatingEvent extends ForestryEvent
Fired before a queen is created as a result of breeding a princess and a drone.
Since:
2.4.4
  • Constructor Details

  • Method Details

    • getHousing

      public IBeeHousing getHousing()
    • getPrincess

      public IBee getPrincess()
    • setPrincess

      public void setPrincess(IBee princess)
      Used to override the princess individual, which will become the queen individual.
      Parameters:
      princess - The new princess individual to replace the queen with.
    • getDrone

      public IBee getDrone()