Class PersistingProfile
java.lang.Object
org.mvplugins.multiverse.inventories.handleshare.PersistingProfile
Simple class for groups that are going to be saved/loaded. This is used specifically for when a user's world
change is being handled.
-
Constructor Summary
ConstructorsConstructorDescriptionPersistingProfile
(Shares shares, PlayerProfile profile) PersistingProfile
(Shares shares, ProfileKey profile) -
Method Summary
Modifier and TypeMethodDescriptionGets the player profile for the world/group that will be saved/loaded for.Gets the shares that will be saved/loaded for the profile.
-
Constructor Details
-
Method Details
-
getProfileKey
Gets the player profile for the world/group that will be saved/loaded for.- Returns:
- The player profile for the world/group that will be saved/loaded for.