Class RibbonEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
- Direct Known Subclasses:
- RibbonEvent.ReceiveRibbon,- RibbonEvent.RemoveRibbon,- RibbonEvent.SetDisplayedRibbon
public class RibbonEvent
extends net.neoforged.bus.api.Event
Event class containing all sub events relating to ribbons
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe event relating to when a Pokemon is given a ribbonstatic classThis contains the events relating to when a ribbon is removed from a Pokemonstatic classThe event called for when a pokemon's displayed ribbon is set
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the Pokemon that is involved with the ribbonGets the ribbon involved in this event
- 
Field Details- 
pokemon
- 
ribbon
 
- 
- 
Constructor Details- 
RibbonEvent
 
- 
- 
Method Details- 
getPokemonGets the Pokemon that is involved with the ribbon- Returns:
- The pokemon
 
- 
getRibbonGets the ribbon involved in this event- Returns:
- The ribbon
 
 
-