Package | Description |
---|---|
main.java.com.djrapitops.plan.data |
Modifier and Type | Method and Description |
---|---|
DemographicsData |
UserData.getDemData()
Get the DemographicsData of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserData.setDemData(DemographicsData demData)
Set the DemographicsData of the user.
|
Constructor and Description |
---|
UserData(org.bukkit.OfflinePlayer player,
DemographicsData demData)
Creates a new UserData object with the variables inside a OfflinePlayer
object.
|
UserData(org.bukkit.entity.Player player,
DemographicsData demData)
Creates a new UserData object with the variables inside a Player object.
|
UserData(UUID uuid,
long reg,
org.bukkit.Location loc,
boolean op,
org.bukkit.GameMode lastGM,
DemographicsData demData,
String name,
boolean online)
Creates a new UserData object with given values and default values.
|
Copyright © 2017. All rights reserved.