Class ProfileContainerStore

java.lang.Object
org.mvplugins.multiverse.inventories.profile.container.ProfileContainerStore

public final class ProfileContainerStore extends Object
A utility for storing and retrieving profile containers.
  • Method Details

    • listContainerDataNames

      public List<String> listContainerDataNames()
    • getContainer

      public ProfileContainer getContainer(String containerName)
      Returns the profile container for the given name.
      Parameters:
      containerName - Name of the profile container to retrieve.
      Returns:
      the profile container for given name.