ItemAction

class ItemAction : AbstractAction<ItemAction?>

Functions

setAsync
Link copied to clipboard
fun setAsync(async: Boolean): ItemAction?
setClient
Link copied to clipboard
fun setClient(client: IClient?): ItemAction?
setEntityName
Link copied to clipboard
fun setEntityName(entityName: String?): ItemAction?
setInteraction
Link copied to clipboard
fun setInteraction(interaction: String?): ItemAction?
setItemId
Link copied to clipboard
fun setItemId(itemId: Int): ItemAction
setMouseX
Link copied to clipboard
fun setMouseX(mouseX: Int): ItemAction?
setMouseY
Link copied to clipboard
fun setMouseY(mouseY: Int): ItemAction?
setSlot
Link copied to clipboard
fun setSlot(slot: Int): ItemAction
setWidgetId
Link copied to clipboard
fun setWidgetId(widgetId: Int): ItemAction

Properties

entityName
Link copied to clipboard
var entityName: String?
interaction
Link copied to clipboard
var interaction: String?
isAsync
Link copied to clipboard
var isAsync: Boolean
itemId
Link copied to clipboard
var itemId: Int = 0
mouseX
Link copied to clipboard
var mouseX: Int
mouseY
Link copied to clipboard
var mouseY: Int
slot
Link copied to clipboard
var slot: Int = 0
widgetId
Link copied to clipboard
var widgetId: Int = 0