public interface BiomeResolverBeach
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.biome.Biome |
getBeachBiome(int x,
int z)
Gets a beach biome to overwrite the original biome at given coordinates and sufficient depth.
|
net.minecraft.world.biome.Biome getBeachBiome(int x,
int z)
x - x-coordinate.z - z-coordinate.