Class CustomGuiEvent.SlotClickEvent

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.CustomGuiEvent
noppes.npcs.api.event.CustomGuiEvent.SlotClickEvent
Enclosing class:
CustomGuiEvent

public static class CustomGuiEvent.SlotClickEvent
extends CustomGuiEvent
  • Field Details

    • slotId

      public final int slotId
    • stack

      public final IItemStack stack
    • dragType

      public final int dragType
    • clickType

      public final java.lang.String clickType
  • Constructor Details

    • SlotClickEvent

      public SlotClickEvent​(IPlayer player, ICustomGui gui, int slotId, IItemStack stack, int dragType, java.lang.String clickType)