classpublicabstractPriority 3
CustomUIPage
com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
5
Methods
5
Public Methods
2
Fields
1
Constructors
Constructors
public
CustomUIPage(PlayerRef playerRef, CustomPageLifetime lifetime)Methods
Public Methods (5)
public
void build(Ref<EntityStore> var1, UICommandBuilder var2, UIEventBuilder var3, Store<EntityStore> var4)public
CustomPageLifetime getLifetime()@Nonnull
public
void handleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, String rawData)public
void onDismiss(Ref<EntityStore> ref, Store<EntityStore> store)public
void setLifetime(CustomPageLifetime lifetime)Fields
Protected Fields (2)
protected
CustomPageLifetime lifetimeprotected
PlayerRef playerRef