Package net.minecraft.world.gen
Interface WorldGenRandom
- All Known Implementing Classes:
ChunkRandom
,SimpleRandom
public interface WorldGenRandom
- Mappings:
Namespace Name official cqf
intermediary net/minecraft/class_5819
named net/minecraft/world/gen/WorldGenRandom
-
Method Details
-
setSeed
void setSeed(long seed)- Mappings:
Namespace Name Mixin selector official setSeed
Lcqf;setSeed(J)V
intermediary setSeed
Lnet/minecraft/class_5819;setSeed(J)V
named setSeed
Lnet/minecraft/world/gen/WorldGenRandom;setSeed(J)V
-
nextInt
int nextInt() -
nextInt
int nextInt(int bound)- Mappings:
Namespace Name Mixin selector official nextInt
Lcqf;nextInt(I)I
intermediary nextInt
Lnet/minecraft/class_5819;nextInt(I)I
named nextInt
Lnet/minecraft/world/gen/WorldGenRandom;nextInt(I)I
-
nextLong
long nextLong() -
nextBoolean
boolean nextBoolean() -
nextFloat
float nextFloat() -
nextDouble
double nextDouble() -
nextGaussian
double nextGaussian() -
skip
default void skip(int count)- Mappings:
Namespace Name Mixin selector official a
Lcqf;a(I)V
intermediary method_33650
Lnet/minecraft/class_5819;method_33650(I)V
named skip
Lnet/minecraft/world/gen/WorldGenRandom;skip(I)V
-