Package com.chattriggers.ctjs.minecraft.wrappers.inventory.action

Types

Link copied to clipboard
abstract class Action(slot: Int, windowId: Int)
Link copied to clipboard
class ClickAction(slot: Int, windowId: Int) : Action
Link copied to clipboard
class DragAction(slot: Int, windowId: Int) : Action
Link copied to clipboard
class DropAction(slot: Int, windowId: Int) : Action
Link copied to clipboard
class KeyAction(slot: Int, windowId: Int) : Action