Class CustomContainerEvent.SlotClickedEvent

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

public static class CustomContainerEvent.SlotClickedEvent
extends CustomContainerEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class noppes.npcs.api.event.CustomContainerEvent

    CustomContainerEvent.CloseEvent, CustomContainerEvent.SlotClickedEvent

    Nested classes/interfaces inherited from class net.minecraftforge.fml.common.eventhandler.Event

    net.minecraftforge.fml.common.eventhandler.Event.HasResult, net.minecraftforge.fml.common.eventhandler.Event.Result
  • Field Summary

    Fields
    Modifier and Type Field Description
    IItemStack heldItem  
    int slot  
    IItemStack slotItem  

    Fields inherited from class noppes.npcs.api.event.CustomContainerEvent

    container, player

    Fields inherited from class noppes.npcs.api.event.CustomNPCsEvent

    API
  • Constructor Summary

    Constructors
    Constructor Description
    SlotClickedEvent​(IPlayer player, IContainer container, int slotId, IItemStack slotItem, IItemStack heldItem)  
  • Method Summary

    Methods inherited from class net.minecraftforge.fml.common.eventhandler.Event

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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait