Class BadgeCaseEvent.Swap

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent
com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Swap
Enclosing class:
BadgeCaseEvent

public static class BadgeCaseEvent.Swap extends BadgeCaseEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent

    BadgeCaseEvent.Register, BadgeCaseEvent.Remove, BadgeCaseEvent.Swap

    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
    Constructor
    Description
    Swap(net.minecraft.server.level.ServerPlayer player, boolean custom, int index1, int index2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent

    getPlayer, isCustom

    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

    • Swap

      public Swap(net.minecraft.server.level.ServerPlayer player, boolean custom, int index1, int index2)
  • Method Details

    • getIndex1

      public int getIndex1()
    • getIndex2

      public int getIndex2()