vivecraft out of 3939 meta-documentation entries...| Name | ViveCraftPlayerTag |
| Prefix | vivecraft@ |
| Base Type | ElementTag |
| Identity Format | The identity format for ViveCraftPlayerTag is the UUID of the relevant player. |
| Description | A ViveCraftPlayerTag represents a player which is in VR. |
| Requires | Depenizen, ViveCraft |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/vivecraft/ViveCraftPlayerTag.java#L23 |
| Name | <PlayerTag.is_vivecraft> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the player is running on VR or not. |
| Generated Example | |
| Requires | Depenizen, ViveCraft |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/vivecraft/ViveCraftPlayerProperties.java#L12 |
| Name | <PlayerTag.vivecraft> |
| Returns | ViveCraftPlayerTag |
| Description | Returns the ViveCraftPlayerTag for this player. |
| Generated Example | |
| Requires | Depenizen, ViveCraft |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/vivecraft/ViveCraftPlayerProperties.java#L23 |
| Name | <ViveCraftPlayerTag.active_hand> |
| Returns | ElementTag |
| Description | Returns the active hand of the ViveCraftPlayer. Returns either right or left. |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/vivecraft/ViveCraftPlayerTag.java#L127 |
| Name | <ViveCraftPlayerTag.is_seated> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the ViveCraftPlayer sits or not. |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/vivecraft/ViveCraftPlayerTag.java#L137 |
| Name | <ViveCraftPlayerTag.position[head/left/right]> |
| Returns | LocationTag |
| Description | Returns a LocationTag of the given position. |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/vivecraft/ViveCraftPlayerTag.java#L147 |
| Name | <ViveCraftPlayerTag.rotation[head/left/right]> |
| Returns | QuaternionTag |
| Description | Returns a QuaternionTag of the rotation of the input player part. |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/vivecraft/ViveCraftPlayerTag.java#L176 |
| Name | ViveMirror |
| Syntax | vivemirror [<npc>] [mirror:<vivecraftplayer>] (targets:{player}/<player>|...) |
| Short Description | Mirrors a ViveCraftPlayers pose to the npc, once. |
| Full Description | Mirrors a ViveCraftPlayers pose to the npc, once.
Ideally should run every tick. Specify a vivecraftplayer that will be mirrored to the NPC. Optionally, specify a list of targets to show the NPCs pose to (targets must be in VR to see the effect). |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, ViveCraft |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/vivecraft/ViveMirrorCommand.java#L28 |