Class PlayerProfile
java.lang.Object
org.mvplugins.multiverse.inventories.profile.data.ProfileDataSnapshot
org.mvplugins.multiverse.inventories.profile.data.PlayerProfile
- All Implemented Interfaces:
Cloneable
,ProfileData
Contains all the world/group specific data for a player.
-
Method Summary
Modifier and TypeMethodDescriptionclone()
static PlayerProfile
newProfile
(ProfileKey profileKey) toString()
-
Method Details
-
newProfile
-
getContainerType
- Returns:
- The container type of profile, a group or world.
-
getContainerName
- Returns:
- The name of the container, world or group, containing this profile.
-
getPlayerUUID
- Returns:
- the Player uuid associated with this profile.
-
getPlayerName
- Returns:
- the Player name associated with this profile.
-
getProfileType
- Returns:
- The type of profile this object represents.
-
clone
- Overrides:
clone
in classProfileDataSnapshot
-
toString
-