Index
All Classes and Interfaces|All Packages
G
- getAllHistoricalData() - Method in interface org.vivecraft.api.data.VRPoseHistory
-
Gets a raw list of
VRPose
instances, with index 0 representing the current tick's pose, 1 representing last tick's pose, etc. - getBodyPartData(VRBodyPart) - Method in interface org.vivecraft.api.data.VRPose
-
Gets the pose data for a body part.
- getCurrentRenderPass() - Method in interface org.vivecraft.api.client.VRRenderingAPI
-
Gets the current render pass.
- getDir() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the forward direction this body part is facing.
- getFBTMode() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the mode used for full-body tracking for the local player.
- getFBTMode() - Method in interface org.vivecraft.api.data.VRPose
-
Gets the full-body tracking mode the player was using when the pose was created.
- getHand(InteractionHand) - Method in interface org.vivecraft.api.data.VRPose
-
Gets the body part data for a given hand.
- getHandRenderPos(InteractionHand) - Method in interface org.vivecraft.api.client.VRRenderingAPI
-
Gets the position that the provided
InteractionHand
renders at. - getHead() - Method in interface org.vivecraft.api.data.VRPose
-
Gets the body part pose data for the head.
- getHistoricalData(int) - Method in interface org.vivecraft.api.data.VRPoseHistory
-
Gets the pose from
ticksBack
ticks back, ornull
if such data isn't available. - getHistoricalVRPoses() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Returns the history of VR poses for the local player.
- getHistoricalVRPoses(Player) - Method in interface org.vivecraft.api.VRAPI
-
Returns the history of VR poses for the player.
- getId() - Method in interface org.vivecraft.api.client.InteractModule
-
The ID of this module.
- getLatestRoomPose() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the VR pose representing the player in the room after the most recent poll of VR hardware.
- getMainHand() - Method in interface org.vivecraft.api.data.VRPose
-
Gets the body part data for the main-hand.
- getOffHand() - Method in interface org.vivecraft.api.data.VRPose
-
Gets the body part data for the off-hand.
- getPitch() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the pitch of this body part.
- getPos() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the world space position for this body part.
- getPostTickRoomPose() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the VR pose representing the player in the room after the game tick.
- getPostTickWorldPose() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the VR pose representing the player in Minecraft world coordinates after the game tick.
- getPreTickWorldPose() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the VR pose representing the player in Minecraft world coordinates before the game tick.
- getPriority() - Method in interface org.vivecraft.api.client.InteractModule
-
The priority value of a module determines when its
InteractModule.isActive(LocalPlayer, InteractionHand, Vec3)
method is called compared to other modules. - getRoll() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the roll of this body part.
- getRotation() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the quaternion representing the rotation of this body part.
- getVRPose(Player) - Method in interface org.vivecraft.api.VRAPI
-
Returns the VR pose for the given player.
- getWorldRenderPose() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Gets the VR pose representing the player in Minecraft world coordinates interpolated for rendering.
- getWorldScale() - Method in interface org.vivecraft.api.client.VRClientAPI
-
Get the currently active world scale.
- getYaw() - Method in interface org.vivecraft.api.data.VRBodyPartData
-
Gets the yaw of this body part.
- GUI - Enum constant in enum class org.vivecraft.api.client.data.RenderPass
-
Renders the Gui/Hud to a RenderTarget to be rendered in the world in other passes.
All Classes and Interfaces|All Packages