CorePlugin
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
CorePlugin
CorePlugin
/
com.placeholdername.mcmmo.core.player
Package-level
declarations
Types
Types
Player
Data
Link copied to clipboard
class
PlayerData
(
val
uuid
:
UUID
,
username
:
String
,
level
:
Int
,
xp
:
Long
,
gold
:
Int
,
gems
:
Int
)
Data class representing all persistent player information in the MMO system.