Package dev.cerus.maps.plugin.map
Class MapScreenRegistry
java.lang.Object
dev.cerus.maps.plugin.map.MapScreenRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static MapScreen
getScreen(int id)
static Collection<Integer>
static Collection<MapScreen>
static void
load(org.bukkit.configuration.ConfigurationSection configuration, VersionAdapter versionAdapter)
static void
registerScreen(MapScreen screen)
static void
removeScreen(int id)
static void
store(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
-