HyCodeYourTale
classpublicPriority 1

WorldSpawnPoint

com.hypixel.hytale.server.core.asset.type.gameplay.respawn.WorldSpawnPoint

implements RespawnController

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

BuilderCodec<WorldSpawnPoint>CODEC= BuilderCodec.builder(WorldSpawnPoint.class, () -> INSTANCE).build()
WorldSpawnPointINSTANCE= new WorldSpawnPoint()

Constructors

public
WorldSpawnPoint()

Methods

Public Methods (1)

public
void respawnPlayer(World world, Ref<EntityStore> playerReference, CommandBuffer<EntityStore> commandBuffer)
@Override

Related Classes