Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
ResurrectionChest
/
com.magmaguy.resurrectionchest.configs
/
PlayerDataConfig
Player
Data
Config
public
class
PlayerDataConfig
extends
ConfigurationFile
Members
Constructors
Player
Data
Config
Link copied to clipboard
public
void
PlayerDataConfig
(
)
public
void
PlayerDataConfig
(
File
file
)
Types
Raw
Player
Data
Link copied to clipboard
public
final
class
RawPlayerData
extends
Record
Properties
instance
Link copied to clipboard
public
static
PlayerDataConfig
instance
TRACKED_
BLOCK_
SCHEMA_
VERSION
Link copied to clipboard
public
final
static
int
TRACKED_BLOCK_SCHEMA_VERSION
Inherited properties
file
Link copied to clipboard
protected
final
File
file
file
Configuration
Link copied to clipboard
protected
FileConfiguration
fileConfiguration
Functions
add
Playerdata
Link copied to clipboard
public
static
void
addPlayerdata
(
UUID
uuid
,
Location
location
,
String
chestModel
)
get
Instance
Link copied to clipboard
public
static
PlayerDataConfig
getInstance
(
)
get
Raw
Player
Data
Link copied to clipboard
public
static
PlayerDataConfig.RawPlayerData
getRawPlayerData
(
UUID
uuid
)
initialize
Values
Link copied to clipboard
public
void
initializeValues
(
)
mark
Tracked
Block
Schema
Current
Link copied to clipboard
public
static
void
markTrackedBlockSchemaCurrent
(
UUID
uuid
)
remove
Player
Data
Link copied to clipboard
public
static
void
removePlayerData
(
UUID
uuid
)
unregister
Death
Chest
Entry
Link copied to clipboard
public
static
void
unregisterDeathChestEntry
(
ResurrectionChestObject
resurrectionChestObject
)
Inherited functions
get
File
Configuration
Link copied to clipboard
public
FileConfiguration
getFileConfiguration
(
)
save
Defaults
Link copied to clipboard
public
void
saveDefaults
(
)