Mod API VRAPI - Vivecraft/VivecraftMod GitHub Wiki
You can find the full javadoc for the VRAPI here.
Allows to interact with the common side of Vivecraft, that are the same on client and server:
- check if a player is playing in VR with
isVRPlayer
- get a players VR data with
getVRPose
, this includes body part poses, and flags if the player is in seated mode or left handed - get a payers VR data of previous ticks with
getHistoricalVRPoses