classpublicPriority 1
PageManager
com.hypixel.hytale.server.core.entity.entities.player.pages.PageManager
8
Methods
8
Public Methods
3
Fields
1
Constructors
Constructors
public
PageManager()Methods
Public Methods (8)
public
void clearCustomPageAcknowledgements()public
CustomUIPage getCustomPage()@Nullable
public
void handleEvent(Ref<EntityStore> ref, Store<EntityStore> store, CustomPageEvent event)public
void init(PlayerRef playerRef, WindowManager windowManager)public
void openCustomPage(Ref<EntityStore> ref, Store<EntityStore> store, CustomUIPage page)public
void setPage(Ref<EntityStore> ref, Store<EntityStore> store, Page page)public
void setPage(Ref<EntityStore> ref, Store<EntityStore> store, Page page, boolean canCloseThroughInteraction)public
void updateCustomPage(CustomPage page)Fields
Private/Package Fields (3)
private
CustomUIPage customPageprivate
PlayerRef playerRefprivate
WindowManager windowManager