Class PluginListPageManager
java.lang.Object
com.hypixel.hytale.server.core.plugin.PluginListPageManager
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<com.hypixel.hytale.server.core.plugin.pages.PluginListPage> static PluginListPageManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidderegisterPluginListPage(com.hypixel.hytale.server.core.plugin.pages.PluginListPage page) static PluginListPageManagerget()voidnotifyPluginChange(Map<PluginIdentifier, PluginBase> plugins, PluginIdentifier pluginIdentifier) voidregisterPluginListPage(com.hypixel.hytale.server.core.plugin.pages.PluginListPage page)
-
Field Details
-
instance
-
activePages
-
-
Constructor Details
-
PluginListPageManager
public PluginListPageManager()
-
-
Method Details
-
get
-
registerPluginListPage
public void registerPluginListPage(@Nonnull com.hypixel.hytale.server.core.plugin.pages.PluginListPage page) -
deregisterPluginListPage
public void deregisterPluginListPage(@Nonnull com.hypixel.hytale.server.core.plugin.pages.PluginListPage page) -
notifyPluginChange
public void notifyPluginChange(@Nonnull Map<PluginIdentifier, PluginBase> plugins, @Nonnull PluginIdentifier pluginIdentifier)
-