public class RibbonEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RibbonEvent.ReceiveRibbonThe event relating to when a Pokemon is given a ribbon | 
| static class  | RibbonEvent.RemoveRibbonThis contains the events relating to when a ribbon is removed from a Pokemon | 
| static class  | RibbonEvent.SetDisplayedRibbonThe 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 |