public class LevelUpEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
int |
newLevel
The level the Pokemon is evolving to.
|
net.minecraft.entity.player.EntityPlayerMP |
player
The player who owns the Pokemon leveling up
|
PokemonLink |
pokemon
The Pokemon leveling up
|
| Constructor and Description |
|---|
LevelUpEvent(net.minecraft.entity.player.EntityPlayerMP player,
PokemonLink pokemon,
int newLevel) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final PokemonLink pokemon
public final int newLevel
public LevelUpEvent(net.minecraft.entity.player.EntityPlayerMP player,
PokemonLink pokemon,
int newLevel)