HyCodeYourTale
classpublicPriority 3

PluginListPage

com.hypixel.hytale.server.core.plugin.pages.PluginListPage

extends InteractiveCustomUIPage

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constants

Value<String>BUTTON_LABEL_STYLE= Value.ref("Pages/PluginListButton.ui", "LabelStyle")
Value<String>BUTTON_LABEL_STYLE_SELECTED= Value.ref("Pages/PluginListButton.ui", "SelectedLabelStyle")
BuilderCodec<PluginListPage.PluginListPageEventData>CODEC= BuilderCodec.builder( PluginListPage.PluginListPageEventData.class, PluginListPage.Pl...
StringKEY_OPTION= "Option"
StringKEY_PLUGIN= "Plugin"
StringTYPE_KEY= "Type"

Constructors

public
PluginListPage(PlayerRef playerRef)

Methods

Public Methods (3)

public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, PluginListPage.PluginListPageEventData data)
public
void handlePluginChangeEvent(PluginIdentifier plugin, boolean activeState)
public
void onDismiss(Ref<EntityStore> ref, Store<EntityStore> store)
@Override

Fields

Private/Package Fields (2)

privatePluginListPageManager.SessionSettings playerSessionSettings
privatePluginListPage.PluginDetails selectedPlugin

Related Classes