Package net.minecraft.server.network
Class SpawnLocating
java.lang.Object
net.minecraft.server.network.SpawnLocating
public class SpawnLocating extends Object
-
Constructor Summary
Constructors Constructor Description SpawnLocating()
-
Method Summary
Modifier and Type Method Description protected static BlockPos
findOverworldSpawn(ServerWorld world, int x, int z, boolean validSpawnNeeded)
static BlockPos
findServerSpawnPoint(ServerWorld world, ChunkPos chunkPos, boolean validSpawnNeeded)
-
Constructor Details
-
SpawnLocating
public SpawnLocating()
-
-
Method Details
-
findOverworldSpawn
@Nullable protected static BlockPos findOverworldSpawn(ServerWorld world, int x, int z, boolean validSpawnNeeded) -
findServerSpawnPoint
@Nullable public static BlockPos findServerSpawnPoint(ServerWorld world, ChunkPos chunkPos, boolean validSpawnNeeded)
-