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, hashCodeFields inherited from class org.mvplugins.multiverse.inventories.profile.key.GlobalProfileKey
playerName, playerUUID -
Method Summary
Modifier and TypeMethodDescriptionbooleanforContainerType(ContainerType containerType) static ProfileKeyfromPlayerProfile(PlayerProfile profile) static ProfileKeyof(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID) static ProfileKeyof(ContainerType containerType, String dataName, ProfileType profileType, UUID playerUUID, String playerName) static ProfileKeyof(ContainerType containerType, String dataName, ProfileType profileType, org.bukkit.OfflinePlayer offlinePlayer) static ProfileKeyof(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, ofMethods 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:
forContainerTypein classProfileFileKey
-
getProfileType
-
equals
- Overrides:
equalsin classProfileFileKey
-
toString
- Overrides:
toStringin classProfileFileKey
-