Index
All Classes and Interfaces|All Packages
A
- ACTION_COMPLETE - Enum constant in enum class org.vivecraft.api.client.data.CloseKeyboardContext
-
Will close the keyboard if the user has configured to close the keyboard when an action has been completed.
- activeProcess(LocalPlayer) - Method in interface org.vivecraft.api.client.Tracker
-
Called for the local player if this tracker is active, which is when
Tracker.isActive(LocalPlayer)
returns true. - addClientRegistrationHandler(Consumer<VivecraftClientRegistrationEvent>) - Method in interface org.vivecraft.api.client.VRClientAPI
-
Registers a handler, which consumes a
VivecraftClientRegistrationEvent
. - ARMS_LEGS - Enum constant in enum class org.vivecraft.api.data.FBTMode
-
Head, hands, waist, and feet trackers are available.
- ARMS_ONLY - Enum constant in enum class org.vivecraft.api.data.FBTMode
-
Only head and hands are available.
- availableInMode(FBTMode) - Method in enum class org.vivecraft.api.data.VRBodyPart
-
Whether this body part type is available in the provided full-body tracking mode.
- averagePosition(VRBodyPart, int) - Method in interface org.vivecraft.api.data.VRPoseHistory
-
Gets the average position between the most recent VRPose in this instance and the oldest VRPose that can be retrieved, going no farther back than
maxTicksBack
. - averageSpeed(VRBodyPart, int) - Method in interface org.vivecraft.api.data.VRPoseHistory
-
Gets the average speed in blocks/tick between the most recent VRPose in this instance and the oldest VRPose that can be retrieved, going no farther back than
maxTicksBack
. - averageVelocity(VRBodyPart, int) - Method in interface org.vivecraft.api.data.VRPoseHistory
-
Gets the average velocity in blocks/tick between the most recent VRPose in this instance and the oldest VRPose that can be retrieved, going no farther back than
maxTicksBack
.
All Classes and Interfaces|All Packages