Package net.minecraft.world.gen
Interface WorldGenRandom
- All Known Implementing Classes:
ChunkRandom,SimpleRandom
public interface WorldGenRandom
- Mappings:
Namespace Name official cmvintermediary net/minecraft/class_5819named net/minecraft/world/gen/WorldGenRandom
-
Method Summary
Modifier and Type Method Description doublenextDouble()intnextInt()intnextInt(int bound)default voidskip(int count)
-
Method Details
-
nextInt
int nextInt()- Mappings:
Namespace Name Mixin selector official nextIntLcmv;nextInt()Iintermediary nextIntLnet/minecraft/class_5819;nextInt()Inamed nextIntLnet/minecraft/world/gen/WorldGenRandom;nextInt()I
-
nextInt
int nextInt(int bound)- Mappings:
Namespace Name Mixin selector official nextIntLcmv;nextInt(I)Iintermediary nextIntLnet/minecraft/class_5819;nextInt(I)Inamed nextIntLnet/minecraft/world/gen/WorldGenRandom;nextInt(I)I
-
nextDouble
double nextDouble()- Mappings:
Namespace Name Mixin selector official nextDoubleLcmv;nextDouble()Dintermediary nextDoubleLnet/minecraft/class_5819;nextDouble()Dnamed nextDoubleLnet/minecraft/world/gen/WorldGenRandom;nextDouble()D
-
skip
default void skip(int count)- Mappings:
Namespace Name Mixin selector official aLcmv;a(I)Vintermediary method_33650Lnet/minecraft/class_5819;method_33650(I)Vnamed skipLnet/minecraft/world/gen/WorldGenRandom;skip(I)V
-