public interface WorldSpawner
| Modifier and Type | Field and Description |
|---|---|
static WorldSpawner |
DEFAULT
The default world spawner.
|
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
locateSpawn(net.minecraft.util.math.BlockPos spawnPos,
ChunkSource chunkSource,
BiomeSource biomeSource)
Locates initial player spawn point.
|
static final WorldSpawner DEFAULT
net.minecraft.util.math.BlockPos locateSpawn(net.minecraft.util.math.BlockPos spawnPos,
ChunkSource chunkSource,
BiomeSource biomeSource)
spawnPos - Starting player spawn block position.chunkSource - Modern Beta chunk source.biomeSource - Modern Beta biome source.