public interface BiomeResolverRiver
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.biome.Biome |
getRiverBiome(int x,
int z)
Gets a river biome to overwrite the original biome at given coordinates.
|
net.minecraft.world.biome.Biome getRiverBiome(int x,
int z)
x - x-coordinate.z - z-coordinate.