ScrollAction

subclasses Action

figura.docs.scroll_action

ScrollAction.onScroll

figura.docs.scroll_action.on_scroll
overload 1:
ScrollAction:onScroll(scrollFunction)
Method Property Fluent Description Representation
scrollFunction accepts a function
Return Value an Action

ScrollAction.color

Inherited from Action

figura.docs.wheel_action.color
overload 1:
ScrollAction:color(color)
Method Property Fluent Description Representation
color accepts a Vector3
Return Value an Action
overload 2:
ScrollAction: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

ScrollAction.item

Inherited from Action

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

ScrollAction.title

Inherited from Action

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

ScrollAction.getTitle

Inherited from Action

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

ScrollAction.getColor

Inherited from Action

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

ScrollAction.getHoverColor

Inherited from Action

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

ScrollAction.hoverItem

Inherited from Action

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

ScrollAction.hoverColor

Inherited from Action

figura.docs.wheel_action.hover_color
overload 1:
ScrollAction:hoverColor(color)
Method Property Fluent Description Representation
color accepts a Vector3
Return Value an Action
overload 2:
ScrollAction: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

ScrollAction.scroll

figura.docs.scroll_action.scroll
field signature:
scroll
Method Property Fluent Description Representation
Field Type a function
a a