Class SetNameRespawnPointPage
java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
com.hypixel.hytale.server.core.entity.entities.player.pages.InteractiveCustomUIPage<com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage.RespawnPointEventData>
com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage
com.hypixel.hytale.builtin.beds.respawn.SetNameRespawnPointPage
public class SetNameRespawnPointPage
extends com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage
com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage.RespawnPointEventData -
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.InteractiveCustomUIPage
eventDataCodecFields inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
lifetime, playerRef -
Constructor Summary
ConstructorsConstructorDescriptionSetNameRespawnPointPage(PlayerRef playerRef, InteractionType interactionType, Vector3i respawnBlockPosition, RespawnBlock respawnBlock) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(Ref<EntityStore> ref, UICommandBuilder commandBuilder, UIEventBuilder eventBuilder, Store<EntityStore> store) voidhandleDataEvent(Ref<EntityStore> ref, Store<EntityStore> store, com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage.RespawnPointEventData data) Methods inherited from class com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage
displayError, setRespawnPointForPlayerMethods inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.InteractiveCustomUIPage
handleDataEvent, sendUpdate, sendUpdateMethods inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.CustomUIPage
close, getLifetime, onDismiss, rebuild, sendUpdate, sendUpdate, setLifetime
-
Field Details
-
respawnBlockPosition
-
respawnBlock
-
-
Constructor Details
-
SetNameRespawnPointPage
public SetNameRespawnPointPage(@Nonnull PlayerRef playerRef, InteractionType interactionType, Vector3i respawnBlockPosition, RespawnBlock respawnBlock)
-
-
Method Details
-
build
public void build(@Nonnull Ref<EntityStore> ref, @Nonnull UICommandBuilder commandBuilder, @Nonnull UIEventBuilder eventBuilder, @Nonnull Store<EntityStore> store) - Specified by:
buildin classcom.hypixel.hytale.builtin.beds.respawn.RespawnPointPage
-
handleDataEvent
public void handleDataEvent(@Nonnull Ref<EntityStore> ref, @Nonnull Store<EntityStore> store, @Nonnull com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage.RespawnPointEventData data) - Overrides:
handleDataEventin classInteractiveCustomUIPage<com.hypixel.hytale.builtin.beds.respawn.RespawnPointPage.RespawnPointEventData>
-