public static class PassiveHealEvent.Pre extends PassiveHealEvent
PassiveHealEvent.Post, PassiveHealEvent.Pre
pokemon
Constructor and Description |
---|
Pre(net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon,
boolean revive,
boolean status,
boolean heal) |
Modifier and Type | Method and Description |
---|---|
void |
setWillCureStatus(boolean status) |
void |
setWillHeal(boolean heal) |
void |
setWillRevive(boolean revive) |
boolean |
willCureStatus() |
boolean |
willHeal() |
boolean |
willRevive() |
getPlayer, getPokemon
public Pre(net.minecraft.entity.player.EntityPlayerMP player, Pokemon pokemon, boolean revive, boolean status, boolean heal)
public boolean willRevive()
public void setWillRevive(boolean revive)
public boolean willCureStatus()
public void setWillCureStatus(boolean status)
public boolean willHeal()
public void setWillHeal(boolean heal)