HyCodeYourTale
classpublicPriority 3

InstanceListPage

com.hypixel.hytale.builtin.instances.page.InstanceListPage

extends InteractiveCustomUIPage

3

Methods

3

Public Methods

1

Fields

1

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<InstanceListPage.PageData>CODEC= BuilderCodec.builder(InstanceListPage.PageData.class, InstanceListPage.PageData::new) .a...
StringCOMMON_TEXT_BUTTON_DOCUMENT= "Pages/BasicTextButton.ui"
StringKEY_ACTION= "Action"
StringKEY_INSTANCE= "Instance"

Constructors

public
InstanceListPage(PlayerRef playerRef)

Methods

Public Methods (3)

public
InstanceListPage.Action getAction()
public
String getInstance()
public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, InstanceListPage.PageData data)

Fields

Private/Package Fields (1)

privateString selectedInstance

Related Classes