Class PlayerDataStore

java.lang.Object
net.timtaran.interactivemc.data.PlayerDataStore

public class PlayerDataStore extends Object
Stores all data that are used on both sides and equal on both sides and related to a player.
  • Field Details

    • vrPoses

      public static Map<UUID,org.vivecraft.api.data.VRPose> vrPoses
      The VR poses of the players by UUID.
  • Constructor Details

    • PlayerDataStore

      public PlayerDataStore()