ClickAction

subclasses Action

figura.docs.click_action

ClickAction.onLeftClick

Example by applejuice:
local myAction = myPage:newAction()

myAction:onLeftClick(function()
log("Heheh I got Left Clicked!")
end)
figura.docs.click_action.on_left_click
overload 1:
ClickAction:onLeftClick(leftFunction)
Method Property Fluent Description Representation
leftFunction accepts a function
Return Value an Action

ClickAction.onRightClick

Example by applejuice:
local myAction = myPage:newAction()

myAction:onRightClick(function()
log("Heheh I got Right Clicked!")
end)
figura.docs.click_action.on_right_click
overload 1:
ClickAction:onRightClick(rightFunction)
Method Property Fluent Description Representation
rightFunction accepts a function
Return Value an Action

ClickAction.color

Inherited from Action

figura.docs.wheel_action.color
overload 1:
ClickAction:color(color)
Method Property Fluent Description Representation
color accepts a Vector3
Return Value an Action
overload 2:
ClickAction:color(r, g, b)
Method Property Fluent Description Representation
r accepts a Number
g accepts a Number
b accepts a Number
Return Value an Action

ClickAction.item

Inherited from Action

figura.docs.wheel_action.item
overload 1:
ClickAction:item(item)
Method Property Fluent Description Representation
item accepts an ItemStack
Return Value an Action
overload 2:
ClickAction:item(item)
Method Property Fluent Description Representation
item accepts a String
Return Value an Action

ClickAction.title

Inherited from Action

figura.docs.wheel_action.title
overload 1:
ClickAction:title()
Method Property Fluent Description Representation
Return Value an Action
overload 2:
ClickAction:title(title)
Method Property Fluent Description Representation
title accepts a String
Return Value an Action

ClickAction.getTitle

Inherited from Action

Gets this Action title
overload 1:
ClickAction:getTitle()
Method Property Fluent Description Representation
Return Value a String

ClickAction.getColor

Inherited from Action

Gets this Action color
overload 1:
ClickAction:getColor()
Method Property Fluent Description Representation
Return Value a Vector3

ClickAction.getHoverColor

Inherited from Action

Gets this Action hover color
overload 1:
ClickAction:getHoverColor()
Method Property Fluent Description Representation
Return Value a Vector3

ClickAction.hoverItem

Inherited from Action

figura.docs.wheel_action.hover_item
overload 1:
ClickAction:hoverItem(item)
Method Property Fluent Description Representation
item accepts an ItemStack
Return Value an Action
overload 2:
ClickAction:hoverItem(item)
Method Property Fluent Description Representation
item accepts a String
Return Value an Action

ClickAction.hoverColor

Inherited from Action

figura.docs.wheel_action.hover_color
overload 1:
ClickAction:hoverColor(color)
Method Property Fluent Description Representation
color accepts a Vector3
Return Value an Action
overload 2:
ClickAction:hoverColor(r, g, b)
Method Property Fluent Description Representation
r accepts a Number
g accepts a Number
b accepts a Number
Return Value an Action

ClickAction.leftClick

figura.docs.click_action.left_click
field signature:
leftClick
Method Property Fluent Description Representation
Field Type a function

ClickAction.rightClick

figura.docs.click_action.right_click
field signature:
rightClick
Method Property Fluent Description Representation
Field Type a function
a a