public interface BiomeResolverOcean
| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.world.biome.Biome |
getDeepOceanBiome(int x,
int z)
Gets a deep ocean biome to overwrite the original biome at given biome coordinates and sufficient depth.
|
net.minecraft.world.biome.Biome |
getOceanBiome(int x,
int z)
Gets an ocean biome to overwrite the original biome at given coordinates and sufficient depth.
|
net.minecraft.world.biome.Biome getOceanBiome(int x,
int z)
x - x-coordinate.z - z-coordinate.default net.minecraft.world.biome.Biome getDeepOceanBiome(int x,
int z)
x - x-coordinate.z - z-coordinate.