Class ExitInstance
java.lang.Object
com.hypixel.hytale.builtin.instances.config.ExitInstance
- All Implemented Interfaces:
RespawnController
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<ExitInstance> private RespawnController -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrespawnPlayer(World world, Ref<EntityStore> playerReference, CommandBuffer<EntityStore> commandBuffer)
-
Field Details
-
CODEC
-
fallback
-
-
Constructor Details
-
ExitInstance
public ExitInstance()
-
-
Method Details
-
respawnPlayer
public void respawnPlayer(@Nonnull World world, @Nonnull Ref<EntityStore> playerReference, @Nonnull CommandBuffer<EntityStore> commandBuffer) - Specified by:
respawnPlayerin interfaceRespawnController
-