Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
hammy3502 edited this page Mar 7, 2022 · 5 revisions

The IVRAPI interface contains the upper-level of the API. It currently contains two functions:

getVRPlayer(PlayerEntity player): Gets an instance of IVRPlayer for the specified player, or null if the player is not in VR.

playerInVR(PlayerEntity player): Returns true if the player is in VR, or false if they are not. Runs more quickly than getVRPlayer(player) != null.

Getting Started

Getting Started

Logical Sides and Ping Limitations

Version Compatibility

API Interface

IVRAPI

Data Interfaces

IVRPlayer

IVRData

Dev Mode

Dev Mode

Removed

VRPlayerTickEvent (Removed as of 2.0.0 Pre-Release 1)

Clone this wiki locally