HyCodeYourTale
classpublicabstractPriority 3

ChoiceBasePage

com.hypixel.hytale.server.core.entity.entities.player.pages.choices.ChoiceBasePage

extends InteractiveCustomUIPage

2

Methods

2

Public Methods

2

Fields

1

Constructors

Constants

BuilderCodec<ChoiceBasePage.ChoicePageEventData>CODEC= BuilderCodec.builder( ChoiceBasePage.ChoicePageEventData.class, ChoiceBasePage.Choice...
StringELEMENT_INDEX= "Index"

Constructors

public
ChoiceBasePage(PlayerRef playerRef, ChoiceElement[] elements, String pageLayout)

Methods

Public Methods (2)

public
int getIndex()
public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, ChoiceBasePage.ChoicePageEventData data)

Fields

Private/Package Fields (2)

privateChoiceElement[] elements
privateString pageLayout

Related Classes