Package net.minecraft.world.gen
Interface INoiseRandom
-
- All Known Subinterfaces:
IExtendedNoiseRandom<R>
- All Known Implementing Classes:
LazyAreaLayerContext
public interface INoiseRandom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImprovedNoiseGenerator
getBiomeNoise()
int
nextRandom(int p_202696_1_)
-
-
-
Method Detail
-
nextRandom
int nextRandom(int p_202696_1_)
-
getBiomeNoise
ImprovedNoiseGenerator getBiomeNoise()
-
-