public class SetLevellingEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Cancelling this event will prevent the change from taking place. Setting the boolean will also modify what happens.
Created by Waterdude
Modifier and Type | Field and Description |
---|---|
boolean |
doesLevel
Whether levelling is going to be enabled or disabled.
|
Pokemon |
pokemon
The Pokémon subject to this.
|
Constructor and Description |
---|
SetLevellingEvent(Pokemon pokemon,
boolean doesLevel) |