local table = {'string',{'tableception'}}
printTable(table,2) action_wheel | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | an ActionWheelAPI |
examplePage = action_wheel:createPage()
action_wheel:setPage(examplePage)
examplePage:newAction(1):onRightClick(function() log('chat spam :3') end)
events.TICK:register(function()
action_wheel:execute(1,true)
end)
-- this will only run if the action wheel is open examplePage = action_wheel:createPage()
action_wheel:setPage(examplePage)
events.TICK:register(function()
if action_wheel:isEnabled() then
log("action wheel's is open!")
end
end) examplePage = action_wheel:createPage()
action_wheel:setPage(examplePage)
for slot = 1,8 do
examplePage:newAction(slot)
end
events.TICK:register(function()
log(action_wheel:getSelected())
end)
-- returns even if the action wheel is closed examplePage = action_wheel:createPage()
action_wheel:setPage(examplePage) examplePage = action_wheel:createPage('pageName')
action_wheel:setPage(examplePage)
function action_wheel.leftClick()
log('you just left clicked while in the action wheel!')
end examplePage = action_wheel:createPage('pageName')
action_wheel:setPage(examplePage)
function action_wheel.rightClick()
log('you just left clicked while in the action wheel!')
end examplePage = action_wheel:createPage('pageName')
action_wheel:setPage(examplePage)
function action_wheel.scroll(direction)
log(direction)
end client log(client.getVersion()) events.TICK:register(function()
log(client.getUsedMemory())
end)
-- returns memory in bytes log(client.getGuiScale()) events events:runOnce(predicate, toRun) | Method Property | Fluent Description | Representation |
|---|---|---|
| predicate accepts | a function | |
| toRun accepts | a function | |
| Return Value | nil |
events:runOnce(predicate, toRun, event) | Method Property | Fluent Description | Representation |
|---|---|---|
| predicate accepts | a function | |
| toRun accepts | a function | |
| event accepts | an Event | |
| Return Value | nil |
models models:getChildren() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | an array of ModelParts |
models:addItem(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |
models:getTask(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a table mapping a String to a RenderTask |
models:addText(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |
models:addBlock(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |
models:getSecondaryRenderType() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | either a RenderTypes or nil |
models:getPrimaryRenderType() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | either a RenderTypes or nil |
nameplate | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a NameplateAPI |
CHAT | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a NameplateCustomization |
ENTITY | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a NameplateCustomization |
LIST | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a NameplateCustomization |
particle:addParticle(name, posX, posY, posZ, velX, velY, velZ) player | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | typings.-1901885695
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
player:getVehicle() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2080559107
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
Inherited from LivingEntity
player:getTargetedBlock() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | a BlockState |
player:getTargetedBlock(ignoreLiquids) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| Return Value | a BlockState |
player:getTargetedBlock(ignoreLiquids, distance) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| distance accepts | a Number | |
| Return Value | a BlockState |
Inherited from LivingEntity
sound sound:playSound(sound, posX, posY, posZ, volume, pitch) vanilla_model | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelAPI |
HEAD | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
BODY | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_ARM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_ARM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
JACKET | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_SLEEVE | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_SLEEVE | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_PANTS | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_PANTS | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
CAPE_MODEL | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
FAKE_CAPE | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
HELMET_HEAD | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
HELMET_HAT | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
CHESTPLATE_BODY | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
CHESTPLATE_LEFT_ARM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
CHESTPLATE_RIGHT_ARM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEGGINGS_BODY | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEGGINGS_LEFT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEGGINGS_RIGHT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
BOOTS_LEFT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
BOOTS_RIGHT_LEG | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_ELYTRA | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_ELYTRA | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
LEFT_ITEM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
RIGHT_ITEM | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelPart |
ALL | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
PLAYER | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
OUTER_LAYER | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
INNER_LAYER | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
CAPE | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
ARMOR | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
HELMET | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
CHESTPLATE | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
LEGGINGS | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
BOOTS | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
ELYTRA | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
HELD_ITEMS | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a VanillaModelGroup |
vec | Method Property | Fluent Description | Representation |
|---|---|---|
| Field Type | a function that takes a Number, a Number, either a Number or nil, either a Number or nil, either a Number or nil and either a Number or nil and will return anything, such that supplying a Number and a Number would return a Vector2, supplying a Number, a Number and a Number would return a Vector3, supplying a Number, a Number, a Number and a Number would return a Vector4, supplying a Number, a Number, a Number, a Number and a Number would return a Vector5, supplying a Number, a Number, a Number, a Number, a Number and a Number would return a Vector6 | (Number, Number, Number | nil, Number | nil, Number | nil, Number | nil) -> AnyType where (Number, Number) -> Vector2 and (Number, Number, Number) -> Vector3 and (Number, Number, Number, Number) -> Vector4 and (Number, Number, Number, Number, Number) -> Vector5 and (Number, Number, Number, Number, Number, Number) -> Vector6 |
vectors.rotateAroundAxis(angle, vec, axisX, axisY, axisZ) vectors.rotateAroundAxis(angle, x, y, z, axisX, axisY, axisZ) world world.getBlockState(pos) | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | a Vector3 | |
| Return Value | a BlockState |
world.getBlockState(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a BlockState |
animations.bbmodelName.animationName:play() BlockTask:block(block) | Method Property | Fluent Description | Representation |
|---|---|---|
| block accepts | a String | |
| Return Value | a RenderTask |
BlockTask:block(block) | Method Property | Fluent Description | Representation |
|---|---|---|
| block accepts | a BlockState | |
| Return Value | a RenderTask |
Inherited from RenderTask
BlockTask:scale(scale) | Method Property | Fluent Description | Representation |
|---|---|---|
| scale accepts | a Vector3 | |
| Return Value | a RenderTask |
BlockTask:scale(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
BlockTask:enabled(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
BlockTask:pos(pos) | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | a Vector3 | |
| Return Value | a RenderTask |
BlockTask:pos(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
BlockTask:emissive(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
BlockTask:rot(rot) | Method Property | Fluent Description | Representation |
|---|---|---|
| rot accepts | a Vector3 | |
| Return Value | a RenderTask |
BlockTask:rot(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
ClickAction:onLeftClick(leftFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | a function | |
| Return Value | an Action |
ClickAction:onRightClick(rightFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | a function | |
| Return Value | an Action |
Entity:getVehicle() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2080559107
Entity:getTargetedBlock() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | a BlockState |
Entity:getTargetedBlock(ignoreLiquids) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| Return Value | a BlockState |
Entity:getTargetedBlock(ignoreLiquids, distance) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| distance accepts | a Number | |
| Return Value | a BlockState |
Event:register(function) | Method Property | Fluent Description | Representation |
|---|---|---|
| function accepts | a function | |
| Return Value | nil |
HostAPI:getTargetedEntity() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2080559107
ItemTask:item(item) | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | a String | |
| Return Value | a RenderTask |
ItemTask:item(item) | Method Property | Fluent Description | Representation |
|---|---|---|
| item accepts | an ItemStack | |
| Return Value | a RenderTask |
ItemTask:renderType(renderType) | Method Property | Fluent Description | Representation |
|---|---|---|
| renderType accepts | a String | |
| Return Value | a RenderTask |
Inherited from RenderTask
ItemTask:scale(scale) | Method Property | Fluent Description | Representation |
|---|---|---|
| scale accepts | a Vector3 | |
| Return Value | a RenderTask |
ItemTask:scale(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
ItemTask:enabled(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
ItemTask:pos(pos) | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | a Vector3 | |
| Return Value | a RenderTask |
ItemTask:pos(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
ItemTask:emissive(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
ItemTask:rot(rot) | Method Property | Fluent Description | Representation |
|---|---|---|
| rot accepts | a Vector3 | |
| Return Value | a RenderTask |
ItemTask:rot(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
LivingEntity:getVehicle() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2080559107
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
Inherited from Entity
LivingEntity:getTargetedBlock() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | a BlockState |
LivingEntity:getTargetedBlock(ignoreLiquids) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| Return Value | a BlockState |
LivingEntity:getTargetedBlock(ignoreLiquids, distance) | Method Property | Fluent Description | Representation |
|---|---|---|
| ignoreLiquids accepts | a Boolean | |
| distance accepts | a Number | |
| Return Value | a BlockState |
Inherited from Entity
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__eq |
| x == y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
__len | #x |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__eq |
| x == y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
__len | #x |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__eq |
| x == y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
__len | #x |
RenderTask:scale(scale) | Method Property | Fluent Description | Representation |
|---|---|---|
| scale accepts | a Vector3 | |
| Return Value | a RenderTask |
RenderTask:scale(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
RenderTask:enabled(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
RenderTask:pos(pos) | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | a Vector3 | |
| Return Value | a RenderTask |
RenderTask:pos(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
RenderTask:emissive(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
RenderTask:rot(rot) | Method Property | Fluent Description | Representation |
|---|---|---|
| rot accepts | a Vector3 | |
| Return Value | a RenderTask |
RenderTask:rot(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
ScrollAction:onScroll(scrollFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| scrollFunction accepts | a function | |
| Return Value | an Action |
TextTask:text(text) | Method Property | Fluent Description | Representation |
|---|---|---|
| text accepts | a String | |
| Return Value | a RenderTask |
TextTask:shadow(shadow) | Method Property | Fluent Description | Representation |
|---|---|---|
| shadow accepts | a Boolean | |
| Return Value | a RenderTask |
TextTask:centred(centred) | Method Property | Fluent Description | Representation |
|---|---|---|
| centred accepts | a Boolean | |
| Return Value | a RenderTask |
TextTask:outline(outline) | Method Property | Fluent Description | Representation |
|---|---|---|
| outline accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
TextTask:scale(scale) | Method Property | Fluent Description | Representation |
|---|---|---|
| scale accepts | a Vector3 | |
| Return Value | a RenderTask |
TextTask:scale(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
TextTask:enabled(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
TextTask:pos(pos) | Method Property | Fluent Description | Representation |
|---|---|---|
| pos accepts | a Vector3 | |
| Return Value | a RenderTask |
TextTask:pos(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
Inherited from RenderTask
TextTask:emissive(bool) | Method Property | Fluent Description | Representation |
|---|---|---|
| bool accepts | a Boolean | |
| Return Value | a RenderTask |
Inherited from RenderTask
TextTask:rot(rot) | Method Property | Fluent Description | Representation |
|---|---|---|
| rot accepts | a Vector3 | |
| Return Value | a RenderTask |
TextTask:rot(x, y, z) | Method Property | Fluent Description | Representation |
|---|---|---|
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | a RenderTask |
ToggleAction:onUntoggle(rightFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| rightFunction accepts | a function | |
| Return Value | an Action |
ToggleAction:onToggle(leftFunction) | Method Property | Fluent Description | Representation |
|---|---|---|
| leftFunction accepts | a function | |
| Return Value | an Action |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__lt |
| x < y |
__len | #x | |
__unm | -x | |
__eq |
| x == y |
__mod |
| x % y |
__div |
| x / y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__lt |
| x < y |
__len | #x | |
__unm | -x | |
__eq |
| x == y |
__mod |
| x % y |
__div |
| x / y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__lt |
| x < y |
__len | #x | |
__unm | -x | |
__eq |
| x == y |
__mod |
| x % y |
__div |
| x / y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__lt |
| x < y |
__len | #x | |
__unm | -x | |
__eq |
| x == y |
__mod |
| x % y |
__div |
| x / y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
Vector5:copy() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444082
Vector5:normalized() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444082
Vector5:toRad() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444082
Vector5:toDeg() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444082
| Meta name | Allowed other parameters | Meta execution method |
|---|---|---|
__le |
| x <= y |
__lt |
| x < y |
__len | #x | |
__unm | -x | |
__eq |
| x == y |
__mod |
| x % y |
__div |
| x / y |
__mul |
| x * y |
__add |
| x + y |
__sub |
| x - y |
Vector6:copy() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444083
Vector6:normalized() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444083
Vector6:toRad() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444083
Vector6:toDeg() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.2002444083
STANDING FALL_FLYING SLEEPING SWIMMING SPIN_ATTACK CROUCHING LONG_JUMPING DYING CROAKING USING_TONGUE ROARING SNIFFING EMERGING DIGGING NONE THIRD_PERSON_LEFT_HAND THIRD_PERSON_RIGHT_HAND FIRST_PERSON_LEFT_HAND FIRST_PERSON_RIGHT_HAND HEAD GUI GROUND FIXED key.playerlist figura.config.action_wheel_button key.sneak key.hotbar.8 key.hotbar.7 key.sprint key.hotbar.6 key.hotbar.5 key.hotbar.4 key.hotbar.3 key.hotbar.2 key.togglePerspective key.hotbar.1 key.spectatorOutlines key.left key.chat key.pickItem key.socialInteractions key.fullscreen key.attack key.smoothCamera key.advancements key.use figura.config.panic_button key.loadToolbarActivator figura.config.reload_button key.hotbar.9 key.forward key.right key.screenshot key.back key.swapOffhand key.command key.saveToolbarActivator key.inventory key.jump key.drop key.keyboard.unknown key.mouse.left key.mouse.right key.mouse.middle key.mouse.4 key.mouse.5 key.mouse.6 key.mouse.7 key.mouse.8 key.keyboard.0 key.keyboard.1 key.keyboard.2 key.keyboard.3 key.keyboard.4 key.keyboard.5 key.keyboard.6 key.keyboard.7 key.keyboard.8 key.keyboard.9 key.keyboard.a key.keyboard.b key.keyboard.c key.keyboard.d key.keyboard.e key.keyboard.f key.keyboard.g key.keyboard.h key.keyboard.i key.keyboard.j key.keyboard.k key.keyboard.l key.keyboard.m key.keyboard.n key.keyboard.o key.keyboard.p key.keyboard.q key.keyboard.r key.keyboard.s key.keyboard.t key.keyboard.u key.keyboard.v key.keyboard.w key.keyboard.x key.keyboard.y key.keyboard.z key.keyboard.f1 key.keyboard.f2 key.keyboard.f3 key.keyboard.f4 key.keyboard.f5 key.keyboard.f6 key.keyboard.f7 key.keyboard.f8 key.keyboard.f9 key.keyboard.f10 key.keyboard.f11 key.keyboard.f12 key.keyboard.f13 key.keyboard.f14 key.keyboard.f15 key.keyboard.f16 key.keyboard.f17 key.keyboard.f18 key.keyboard.f19 key.keyboard.f20 key.keyboard.f21 key.keyboard.f22 key.keyboard.f23 key.keyboard.f24 key.keyboard.f25 key.keyboard.num.lock key.keyboard.keypad.0 key.keyboard.keypad.1 key.keyboard.keypad.2 key.keyboard.keypad.3 key.keyboard.keypad.4 key.keyboard.keypad.5 key.keyboard.keypad.6 key.keyboard.keypad.7 key.keyboard.keypad.8 key.keyboard.keypad.9 key.keyboard.keypad.add key.keyboard.keypad.decimal key.keyboard.keypad.enter key.keyboard.keypad.equal key.keyboard.keypad.multiply key.keyboard.keypad.divide key.keyboard.keypad.subtract key.keyboard.down key.keyboard.left key.keyboard.right key.keyboard.up key.keyboard.apostrophe key.keyboard.backslash key.keyboard.comma key.keyboard.equal key.keyboard.grave.accent key.keyboard.left.bracket key.keyboard.minus key.keyboard.period key.keyboard.right.bracket key.keyboard.semicolon key.keyboard.slash key.keyboard.space key.keyboard.tab key.keyboard.left.alt key.keyboard.left.control key.keyboard.left.shift key.keyboard.left.win key.keyboard.right.alt key.keyboard.right.control key.keyboard.right.shift key.keyboard.right.win key.keyboard.enter key.keyboard.escape key.keyboard.backspace key.keyboard.delete key.keyboard.end key.keyboard.home key.keyboard.insert key.keyboard.page.down key.keyboard.page.up key.keyboard.caps.lock key.keyboard.pause key.keyboard.scroll.lock key.keyboard.menu key.keyboard.print.screen key.keyboard.world.1 key.keyboard.world.2 LOOP ONCE HOLD None NONE Head HEAD Body BODY LeftArm LEFT_ARM RightArm RIGHT_ARM LeftLeg LEFT_LEG RightLeg RIGHT_LEG LeftElytra LEFT_ELYTRA LeftElytron LEFT_ELYTRON RightElytra RIGHT_ELYTRA RightElytron RIGHT_ELYTRON Cape CAPE World WORLD Hud HUD Gui GUI Camera CAMERA STOPPED PAUSED PLAYING notch fxaa art bumpy blobs2 pencil color_convolve deconverge flip invert ntsc outline phosphor scan_pincushion sobel bits desaturate green blur wobble blobs antialias creeper spider CUTOUT_NO_CULL CUTOUT TRANSLUCENT TRANSLUCENT_CULL EMISSIVE EMISSIVE_SOLID END_PORTAL END_GATEWAY GLINT GLINT2 LINES LINES_STRIP skin cape elytra resource texture