Class PlayerBodyTracker

java.lang.Object
net.timtaran.interactivemc.bridge.vivecraft.PlayerBodyTracker
All Implemented Interfaces:
org.vivecraft.api.client.Tracker

@Environment(CLIENT) public class PlayerBodyTracker extends Object implements org.vivecraft.api.client.Tracker
Tracker for monitoring the player's body movements in Vivecraft VR.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.vivecraft.api.client.Tracker

    org.vivecraft.api.client.Tracker.ProcessType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    activeProcess(net.minecraft.client.player.LocalPlayer localPlayer)
     
    boolean
    isActive(net.minecraft.client.player.LocalPlayer localPlayer)
     
    org.vivecraft.api.client.Tracker.ProcessType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.vivecraft.api.client.Tracker

    idleProcess, inactiveProcess
  • Constructor Details

    • PlayerBodyTracker

      public PlayerBodyTracker()
  • Method Details

    • processType

      public org.vivecraft.api.client.Tracker.ProcessType processType()
      Specified by:
      processType in interface org.vivecraft.api.client.Tracker
    • isActive

      public boolean isActive(net.minecraft.client.player.LocalPlayer localPlayer)
      Specified by:
      isActive in interface org.vivecraft.api.client.Tracker
    • activeProcess

      public void activeProcess(net.minecraft.client.player.LocalPlayer localPlayer)
      Specified by:
      activeProcess in interface org.vivecraft.api.client.Tracker