public class RibbonEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
RibbonEvent.ReceiveRibbon
The event relating to when a Pokemon is given a ribbon
|
static class |
RibbonEvent.RemoveRibbon
This contains the events relating to when a ribbon is removed from a Pokemon
|
static class |
RibbonEvent.SetDisplayedRibbon
The event called for when a pokemon's displayed ribbon is set
|
Modifier and Type | Field and Description |
---|---|
protected Pokemon |
pokemon |
protected Ribbon |
ribbon |
Constructor and Description |
---|
RibbonEvent(Pokemon pokemon,
Ribbon ribbon) |
Modifier and Type | Method and Description |
---|---|
Pokemon |
getPokemon()
Gets the Pokemon that is involved with the ribbon
|
Ribbon |
getRibbon()
Gets the ribbon involved in this event
|