Package net.minecraft.entity.player
Class SpawnLocationHelper
- java.lang.Object
-
- net.minecraft.entity.player.SpawnLocationHelper
-
public class SpawnLocationHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpawnLocationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static BlockPos
getOverworldRespawnPos(ServerWorld p_241092_0_, int p_241092_1_, int p_241092_2_, boolean p_241092_3_)
static BlockPos
getSpawnPosInChunk(ServerWorld p_241094_0_, ChunkPos p_241094_1_, boolean p_241094_2_)
-
-
-
Method Detail
-
getOverworldRespawnPos
@Nullable protected static BlockPos getOverworldRespawnPos(ServerWorld p_241092_0_, int p_241092_1_, int p_241092_2_, boolean p_241092_3_)
-
getSpawnPosInChunk
@Nullable public static BlockPos getSpawnPosInChunk(ServerWorld p_241094_0_, ChunkPos p_241094_1_, boolean p_241094_2_)
-
-