of

fun of(inventory: Inventory, slot: Int, typeString: String): Action

Creates a new action. The Inventory must be a container, see Inventory.isContainer. The slot can be -999 for outside of the gui

Return

the new action

Parameters

inventory

the inventory to complete the action on

slot

the slot to complete the action on

typeString

the type of action to do (CLICK, DRAG, DROP, KEY)

Sources

Link copied to clipboard