Action.color(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.color(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.hoverColor(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.hoverColor(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.hoverItem(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.hoverItem(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets a Custom Texture to render while this Action is being hovered
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.hoverTexture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.hoverTexture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.hoverTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.hoverTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.item(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.item(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets the function that is executed when the left mouse button is clicked
The function has one argument
The first argument is this action itself 
Action.onLeftClick(leftFunction: (Action) -> AnyType): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | typings.-1735437428||
| Return Value | typings.1955883606
Sets the function that is executed when the right mouse button is clicked
The function has one argument
The first argument is this action itself 
Action.onRightClick(rightFunction: (Action) -> AnyType): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | typings.-1735437428||
| Return Value | typings.1955883606
Sets the function that is executed when the mouse is scrolled
The function has two arguments
The first argument is mouse wheel direction
The second argument is this action itself 
Action.onScroll(scrollFunction: (Number, Action) -> AnyType): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| scrollFunction accepts | typings.1284027625||
| Return Value | typings.1955883606
Sets the function that is executed when the Action is toggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.onToggle(leftFunction: (Boolean, Action) -> AnyType): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | typings.2036855992||
| Return Value | typings.1955883606
Sets the function that is executed when the Action is untoggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.onUntoggle(rightFunction: (Boolean, Action) -> AnyType): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | typings.2036855992||
| Return Value | typings.1955883606
Action.setColor(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.setColor(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setHoverColor(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.setHoverColor(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setHoverItem(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.setHoverItem(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets a Custom Texture to render while this Action is being hovered
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.setHoverTexture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.setHoverTexture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setHoverTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.setHoverTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setItem(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.setItem(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets the function that is executed when the left mouse button is clicked
The function has one argument
The first argument is this action itself 
Action.setOnLeftClick(leftFunction: Function): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | typings.1445582840||
| Return Value | typings.1955883606
Sets the function that is executed when the right mouse button is clicked
The function has one argument
The first argument is this action itself 
Action.setOnRightClick(rightFunction: Function): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | typings.1445582840||
| Return Value | typings.1955883606
Sets the function that is executed when the mouse is scrolled
The function has two arguments
The first argument is mouse wheel direction
The second argument is this action itself 
Action.setOnScroll(scrollFunction: Function): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| scrollFunction accepts | typings.1445582840||
| Return Value | typings.1955883606
Sets the function that is executed when the Action is toggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.setOnToggle(leftFunction: Function): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | typings.1445582840||
| Return Value | typings.1955883606
Sets the function that is executed when the Action is untoggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.setOnUntoggle(rightFunction: Function): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | typings.1445582840||
| Return Value | typings.1955883606
Sets a Custom Texture to render in this Action
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.setTexture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.setTexture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.setTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setTitle(): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.1955883606
Action.setTitle(title: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| title accepts | typings.-1808118735||
| Return Value | typings.1955883606
Action.setToggleColor(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.setToggleColor(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setToggleItem(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.setToggleItem(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets a Custom Texture to render in this Action when it is toggled
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.setToggleTexture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.setToggleTexture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.setToggleTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.setToggleTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Sets a Custom Texture to render in this Action
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.texture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.texture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.texture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.texture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.toggleColor(color: Vector3): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.1955883606
Action.toggleColor(r: Number, g: Number, b: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.toggleItem(item: ItemStack): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-148280555||
| Return Value | typings.1955883606
Action.toggleItem(item: String): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | typings.-1808118735||
| Return Value | typings.1955883606
Sets a Custom Texture to render in this Action when it is toggled
All values are measured in pixels
Default UV is 0, 0, the default dimensions are the texture dimensions and the default scale of 1 
Action.toggleTexture(texture: Texture): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| Return Value | typings.1955883606
Action.toggleTexture(texture: Texture, u: Number, v: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| Return Value | typings.1955883606
Action.toggleTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| Return Value | typings.1955883606
Action.toggleTexture(texture: Texture, u: Number, v: Number, width: Integer, height: Integer, scale: Number): Action | Method Property | Fluent Description | Representation |
|---|---|---|
| texture accepts | typings.246836475||
| u accepts | typings.-1950496919||
| v accepts | typings.-1950496919||
| width accepts | typings.-672261858||
| height accepts | typings.-672261858||
| scale accepts | typings.-1950496919||
| Return Value | typings.1955883606
Function that is executed when the mouse is scrolled
The function has two arguments
The first argument is mouse wheel direction
The second argument is this action itself 
Action.scroll: (Number, Action) -> AnyType | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | typings.1284027625
Function that is executed when the Action is toggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.toggle: (Boolean, Action) -> AnyType | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | typings.2036855992
Function that is executed when the Action is untoggled
The function has two arguments
The first argument is toggle state of this action
The second argument is this action itself 
Action.untoggle: (Boolean, Action) -> AnyType | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | typings.2036855992
listFiles
action_wheel
Action
BlockRaycastTypes