Class ProfileKey
java.lang.Object
org.mvplugins.multiverse.inventories.profile.key.GlobalProfileKey
org.mvplugins.multiverse.inventories.profile.key.ProfileFileKey
org.mvplugins.multiverse.inventories.profile.key.ProfileKey
-
Field Summary
Fields inherited from class org.mvplugins.multiverse.inventories.profile.key.ProfileFileKey
containerType, dataName, hashCode
Fields inherited from class org.mvplugins.multiverse.inventories.profile.key.GlobalProfileKey
playerName, playerUUID
-
Method Summary
Modifier and TypeMethodDescriptionboolean
forContainerType
(ContainerType containerType) static ProfileKey
fromPlayerProfile
(PlayerProfile profile) static ProfileKey
of
(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID) static ProfileKey
of
(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID, String playerName) static ProfileKey
of
(ContainerType containerType, String dataName, ProfileType profileType, org.bukkit.OfflinePlayer offlinePlayer) static ProfileKey
of
(ContainerType containerType, String dataName, ProfileType profileType, GlobalProfileKey globalProfileKey) toString()
Methods inherited from class org.mvplugins.multiverse.inventories.profile.key.ProfileFileKey
forProfileType, getContainerType, getDataName, hashCode, isSameFile, of, of, of
Methods inherited from class org.mvplugins.multiverse.inventories.profile.key.GlobalProfileKey
getOfflinePlayer, getOnlinePlayer, getPlayerName, getPlayerUUID, of, of, of
-
Method Details
-
fromPlayerProfile
-
of
public static ProfileKey of(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID) -
of
public static ProfileKey of(ContainerType containerType, String dataName, ProfileType profileType, GlobalProfileKey globalProfileKey) -
of
public static ProfileKey of(ContainerType containerType, String dataName, ProfileType profileType, org.bukkit.OfflinePlayer offlinePlayer) -
of
public static ProfileKey of(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID, String playerName) -
forContainerType
- Overrides:
forContainerType
in classProfileFileKey
-
getProfileType
-
equals
- Overrides:
equals
in classProfileFileKey
-
toString
- Overrides:
toString
in classProfileFileKey
-