Class CatchComboEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent
Direct Known Subclasses:
CatchComboEvent.ComboExperienceBonus, CatchComboEvent.ComboIncrement

public abstract class CatchComboEvent extends net.minecraftforge.eventbus.api.Event
Created by Jay113355 on 9/5/2021.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    CatchComboEvent(net.minecraft.server.level.ServerPlayer player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.server.level.ServerPlayer
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CatchComboEvent

      protected CatchComboEvent(net.minecraft.server.level.ServerPlayer player)
  • Method Details

    • getPlayer

      public net.minecraft.server.level.ServerPlayer getPlayer()