Index
All Classes and Interfaces|All Packages
R
- registerInteractModules(InteractModule...) - Method in interface org.vivecraft.api.client.event.VivecraftClientRegistrationEvent
-
Registers the given interact modules to the list of all interact modules to be run for the local player.
- registerTrackers(Tracker...) - Method in interface org.vivecraft.api.client.event.VivecraftClientRegistrationEvent
-
Registers the given trackers to the list of all trackers to be run for the local player.
- RenderPass - Enum Class in org.vivecraft.api.client.data
-
A pass used to render things.
- renderPlayer(RenderPass) - Static method in enum class org.vivecraft.api.client.data.RenderPass
-
Returns whether the RenderPass is supposed to render the player model.
- reset(LocalPlayer, InteractionHand) - Method in interface org.vivecraft.api.client.InteractModule
-
Used to reset the module state for the given hand, this is called when the Interact Tracker is not active anymore, and before
InteractModule.isActive(LocalPlayer, InteractionHand, Vec3)
is called - RIGHT - Enum constant in enum class org.vivecraft.api.client.data.RenderPass
-
Renders the level from the view of the Right eye
- RIGHT_ELBOW - Enum constant in enum class org.vivecraft.api.data.VRBodyPart
- RIGHT_FOOT - Enum constant in enum class org.vivecraft.api.data.VRBodyPart
- RIGHT_KNEE - Enum constant in enum class org.vivecraft.api.data.VRBodyPart
All Classes and Interfaces|All Packages