Package net.minecraft.world.gen
Interface IExtendedNoiseRandom<R extends IArea>
- All Superinterfaces:
INoiseRandom
- All Known Implementing Classes:
LazyAreaLayerContext
-
Method Summary
Modifier and TypeMethodDescriptioncreateResult(IPixelTransformer p_212861_1_) default RcreateResult(IPixelTransformer p_212859_1_, R p_212859_2_) default RcreateResult(IPixelTransformer p_212860_1_, R p_212860_2_, R p_212860_3_) voidinitRandom(long p_202698_1_, long p_202698_3_) default intrandom(int p_215715_1_, int p_215715_2_) default intrandom(int p_215714_1_, int p_215714_2_, int p_215714_3_, int p_215714_4_) Methods inherited from interface net.minecraft.world.gen.INoiseRandom
getBiomeNoise, nextRandom
-
Method Details
-
initRandom
void initRandom(long p_202698_1_, long p_202698_3_) -
createResult
-
createResult
-
createResult
-
random
default int random(int p_215715_1_, int p_215715_2_) -
random
default int random(int p_215714_1_, int p_215714_2_, int p_215714_3_, int p_215714_4_)
-