HyCodeYourTale
classpublicPriority 3

CommandListPage

com.hypixel.hytale.server.core.command.system.pages.CommandListPage

extends InteractiveCustomUIPage

1

Methods

1

Public Methods

5

Fields

2

Constructors

Constants

Value<String>BUTTON_LABEL_STYLE= Value.ref("Pages/BasicTextButton.ui", "LabelStyle")
Value<String>BUTTON_LABEL_STYLE_SELECTED= Value.ref("Pages/BasicTextButton.ui", "SelectedLabelStyle")
BuilderCodec<CommandListPage.CommandListPageEventData>CODEC= BuilderCodec.builder( CommandListPage.CommandListPageEventData.class, CommandListPage...
Comparator<CommandListPage.SearchResult>COMPARATOR= Comparator.comparing(o -> o.match)
StringKEY_COMMAND= "Command"
StringKEY_NAVIGATE_UP= "NavigateUp"
StringKEY_SEARCH_QUERY= "@SearchQuery"
StringKEY_SEND_TO_CHAT= "SendToChat"
StringKEY_SUBCOMMAND= "Subcommand"
StringKEY_VARIANT= "Variant"

Constructors

public
CommandListPage(PlayerRef playerRef)
public
CommandListPage(PlayerRef playerRef, String initialCommand)

Methods

Public Methods (1)

public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, CommandListPage.CommandListPageEventData data)

Fields

Private/Package Fields (5)

privateString initialCommand
privateString searchQuery
privateString selectedCommand
privateString selectedSubcommand
privateInteger selectedVariantIndex

Related Classes