Class DayCareEvent.PostPokemonAdd

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
Enclosing class:
DayCareEvent

public static class DayCareEvent.PostPokemonAdd extends DayCareEvent
Event fired just after a Pokemon is added to the box This is not cancellable
  • Field Details

    • parentOne

      protected final Pokemon parentOne
    • parentTwo

      protected final Pokemon parentTwo
    • childCreated

      protected final Pokemon childCreated
  • Constructor Details

  • Method Details

    • getParentOne

      public Pokemon getParentOne()
      Gets the first parent
      Returns:
      the first parent
    • getParentTwo

      public Pokemon getParentTwo()
      Gets the second parent
      Returns:
      The second parent
    • getChildCreated

      public Pokemon getChildCreated()
      Gets the child that will be created
      Returns:
      The child created