Class MapScreenRegistry

java.lang.Object
dev.cerus.maps.plugin.map.MapScreenRegistry

public class MapScreenRegistry extends Object
  • Constructor Details

    • MapScreenRegistry

      public MapScreenRegistry()
  • Method Details

    • store

      public static void store(org.bukkit.configuration.ConfigurationSection configuration)
    • load

      public static void load(org.bukkit.configuration.ConfigurationSection configuration, VersionAdapter versionAdapter)
    • getNextFreeId

      public static int getNextFreeId()
    • registerScreen

      public static void registerScreen(MapScreen screen)
    • removeScreen

      public static void removeScreen(int id)
    • getScreen

      public static MapScreen getScreen(int id)
    • getScreens

      public static Collection<MapScreen> getScreens()
    • getScreenIds

      public static Collection<Integer> getScreenIds()