Class BasicCustomUIPage
java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
com.hypixel.hytale.server.core.entity.entities.player.pages.BasicCustomUIPage
- Direct Known Subclasses:
ObjectiveAdminPanelPage
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
lifetime, playerRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(Ref<EntityStore> ref, UICommandBuilder commandBuilder, UIEventBuilder eventBuilder, Store<EntityStore> store) abstract voidbuild(UICommandBuilder var1) Methods inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
close, getLifetime, handleDataEvent, onDismiss, rebuild, sendUpdate, sendUpdate, sendUpdate, setLifetime
-
Constructor Details
-
BasicCustomUIPage
-
-
Method Details
-
build
public void build(@Nonnull Ref<EntityStore> ref, @Nonnull UICommandBuilder commandBuilder, @Nonnull UIEventBuilder eventBuilder, @Nonnull Store<EntityStore> store) - Specified by:
buildin classCustomUIPage
-
build
-