public static class DayCareEvent.PostPokemonAdd extends DayCareEvent
DayCareEvent.HourGlassUsed, DayCareEvent.PostCollect, DayCareEvent.PostConditionStatusUpdate, DayCareEvent.PostDurationCalculate, DayCareEvent.PostEggCalculate, DayCareEvent.PostPokemonAdd, DayCareEvent.PostTimerBegin, DayCareEvent.PreCollect, DayCareEvent.PreConditionStatusUpdate, DayCareEvent.PreDurationCalculate, DayCareEvent.PreEggCalculate, DayCareEvent.PrePokemonAdd, DayCareEvent.PreTimerBegin, DayCareEvent.TimerComplete
Modifier and Type | Field and Description |
---|---|
protected Pokemon |
childCreated |
protected Pokemon |
parentOne |
protected Pokemon |
parentTwo |
Constructor and Description |
---|
PostPokemonAdd(net.minecraft.entity.player.ServerPlayerEntity player,
PlayerPartyStorage party,
Pokemon parentOne,
Pokemon parentTwo,
Pokemon childCreated) |
Modifier and Type | Method and Description |
---|---|
Pokemon |
getChildCreated()
Gets the child that will be created
|
Pokemon |
getParentOne()
Gets the first parent
|
Pokemon |
getParentTwo()
Gets the second parent
|
getDayCare, getParty, getPlayer
protected final Pokemon parentOne
protected final Pokemon parentTwo
protected final Pokemon childCreated
public PostPokemonAdd(net.minecraft.entity.player.ServerPlayerEntity player, PlayerPartyStorage party, Pokemon parentOne, Pokemon parentTwo, Pokemon childCreated)
public Pokemon getParentOne()
public Pokemon getParentTwo()
public Pokemon getChildCreated()