Class PersistingProfile

java.lang.Object
org.mvplugins.multiverse.inventories.handleshare.PersistingProfile

public final class PersistingProfile extends Object
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 Details

  • Method Details

    • getShares

      public Shares getShares()
      Gets the shares that will be saved/loaded for the profile.
      Returns:
      The shares that will be saved/loaded for the profile. This is the set of all Sharables that will be acted upon when passed through the ShareHandler class, or any of its subclasses.
    • getProfileKey

      public ProfileKey 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.