HyCodeYourTale
classpublicPriority 3

HomeOrSpawnPoint

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

implements RespawnController

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

BuilderCodec<HomeOrSpawnPoint>CODEC= BuilderCodec.builder(HomeOrSpawnPoint.class, () -> INSTANCE).build()
HomeOrSpawnPointINSTANCE= new HomeOrSpawnPoint()

Constructors

public
HomeOrSpawnPoint()

Methods

Public Methods (1)

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

Related Classes