Package dev.cerus.maps.plugin.map
Class MapScreenRegistry
java.lang.Object
dev.cerus.maps.plugin.map.MapScreenRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic MapScreengetScreen(int id)static Collection<Integer>static Collection<MapScreen>static voidload(org.bukkit.configuration.ConfigurationSection configuration, VersionAdapter versionAdapter)static voidregisterScreen(MapScreen screen)static voidremoveScreen(int id)static voidstore(org.bukkit.configuration.ConfigurationSection configuration)
-
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
-
removeScreen
public static void removeScreen(int id) -
getScreen
-
getScreens
-
getScreenIds
-