HostAPI.actionbar(text: String): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| text accepts | typings.-1808118735||
| Return Value | typings.-1531650254
HostAPI.actionbar(text: String, animated: Boolean): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| text accepts | typings.-1808118735||
| animated accepts | typings.1729365000||
| Return Value | typings.-1531650254
HostAPI.chatColor(color: Vector3): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.-1531650254
HostAPI.chatColor(r: Number, g: Number, b: Number): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.-1531650254
Gets the item in a screen slot
The slot is either their numerical id (0 indexed) or the slot string, as used in the /item command
If the player is not currently in a screen, the screen has no slots, or the slot index is greater than the maximum, returns nil 
HostAPI.getScreenSlot(slot: String): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-1808118735||
| Return Value | typings.-148280555
HostAPI.getScreenSlot(slot: Integer): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-672261858||
| Return Value | typings.-148280555
Gets an ItemStack for the item in the given slot
The slot is either their numerical id (0 indexed) or the slot string, as used in the /item command 
HostAPI.getSlot(slot: String): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-1808118735||
| Return Value | typings.-148280555
HostAPI.getSlot(slot: Integer): ItemStack | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-672261858||
| Return Value | typings.-148280555
Returns a table of all of the player's status effects
The table contains sub-tables, each of which contains the name, amplifier, duration, and particle visibility of each status effect 
HostAPI.getStatusEffects(): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.80563118
No description available
figura.docs.host.is_chat_verified
HostAPI.isChatVerified(): Boolean | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.1729365000
HostAPI.setActionbar(text: String): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| text accepts | typings.-1808118735||
| Return Value | typings.-1531650254
HostAPI.setActionbar(text: String, animated: Boolean): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| text accepts | typings.-1808118735||
| animated accepts | typings.1729365000||
| Return Value | typings.-1531650254
HostAPI.setChatColor(color: Vector3): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| color accepts | typings.2002444080||
| Return Value | typings.-1531650254
HostAPI.setChatColor(r: Number, g: Number, b: Number): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| r accepts | typings.-1950496919||
| g accepts | typings.-1950496919||
| b accepts | typings.-1950496919||
| Return Value | typings.-1531650254
Modifies a chat message with the given text
Takes an index, were 1 means the last message on chat
Setting the message to nil will effectively remove it from the chat 
HostAPI.setChatMessage(index: Integer): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| index accepts | typings.-672261858||
| Return Value | typings.-1531650254
HostAPI.setChatMessage(index: Integer, newMessage: String): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| index accepts | typings.-672261858||
| newMessage accepts | typings.-1808118735||
| Return Value | typings.-1531650254
HostAPI.setChatMessage(index: Integer, newMessage: String, backgroundColor: Vector3): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| index accepts | typings.-672261858||
| newMessage accepts | typings.-1808118735||
| backgroundColor accepts | typings.2002444080||
| Return Value | typings.-1531650254
Sets a slot with an ItemStack
The slot is either their numerical id (0 indexed) or the slot string, as used in the /item command
Slot -1 uses the first available slot
Only runs for creative mode 
HostAPI.setSlot(slot: String): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-1808118735||
| Return Value | typings.-1531650254
HostAPI.setSlot(slot: Integer): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-672261858||
| Return Value | typings.-1531650254
HostAPI.setSlot(slot: String, item: String): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-1808118735||
| item accepts | typings.-1808118735||
| Return Value | typings.-1531650254
HostAPI.setSlot(slot: Integer, item: ItemStack): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| slot accepts | typings.-672261858||
| item accepts | typings.-148280555||
| Return Value | typings.-1531650254
HostAPI.setTitleTimes(timesData: Vector3): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| timesData accepts | typings.2002444080||
| Return Value | typings.-1531650254
HostAPI.setTitleTimes(fadeInTime: Integer, stayTime: Integer, fadeOutTime: Integer): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| fadeInTime accepts | typings.-672261858||
| stayTime accepts | typings.-672261858||
| fadeOutTime accepts | typings.-672261858||
| Return Value | typings.-1531650254
HostAPI.swingArm(): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.-1531650254
HostAPI.swingArm(offhand: Boolean): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| offhand accepts | typings.1729365000||
| Return Value | typings.-1531650254
HostAPI.titleTimes(timesData: Vector3): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| timesData accepts | typings.2002444080||
| Return Value | typings.-1531650254
HostAPI.titleTimes(fadeInTime: Integer, stayTime: Integer, fadeOutTime: Integer): HostAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| fadeInTime accepts | typings.-672261858||
| stayTime accepts | typings.-672261858||
| fadeOutTime accepts | typings.-672261858||
| Return Value | typings.-1531650254
listFiles
action_wheel
Action
BlockRaycastTypes