public abstract class MegaEvolutionEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
MegaEvolutionEvent.BattleEvolve |
static class |
MegaEvolutionEvent.PostEvolve |
Modifier and Type | Field and Description |
---|---|
ItemMegaStone |
stone
The mega-evolution stone being used
|
boolean |
ultraBurst
If this is Necrozma/Ultra Burst
|
Constructor and Description |
---|
MegaEvolutionEvent(ItemMegaStone stone,
boolean ultraBurst) |
public final ItemMegaStone stone
public final boolean ultraBurst
public MegaEvolutionEvent(ItemMegaStone stone, boolean ultraBurst)