public class PlayerData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowFlight |
Sidebar |
board |
org.bukkit.Location |
compassTarget |
java.lang.String |
displayName |
float |
exhausion |
float |
flySpeed |
int |
foodLevel |
org.bukkit.GameMode |
gm |
double |
hp |
java.util.ArrayList<org.bukkit.inventory.ItemStack> |
inv |
boolean |
isFlying |
int |
level |
org.bukkit.Location |
loc |
double |
maxhp |
static int |
maxslot |
NametagBar |
nametagBar |
java.util.ArrayList<org.bukkit.potion.PotionEffect> |
pes |
java.lang.String |
playerListName |
java.lang.String |
pln |
float |
saturation |
Tabbar |
tabBar |
float |
walkSpeed |
float |
xp |
Constructor and Description |
---|
PlayerData(org.bukkit.entity.Player plr,
org.bukkit.GameMode setGm,
org.bukkit.Location setLoc) |
Modifier and Type | Method and Description |
---|---|
void |
restore() |
public static final int maxslot
public boolean allowFlight
public boolean isFlying
public Sidebar board
public java.lang.String displayName
public java.lang.String playerListName
public org.bukkit.GameMode gm
public double hp
public double maxhp
public java.util.ArrayList<org.bukkit.inventory.ItemStack> inv
public int level
public int foodLevel
public org.bukkit.Location loc
public org.bukkit.Location compassTarget
public NametagBar nametagBar
public java.util.ArrayList<org.bukkit.potion.PotionEffect> pes
public java.lang.String pln
public Tabbar tabBar
public float xp
public float saturation
public float exhausion
public float walkSpeed
public float flySpeed