Package net.minecraft.world.gen
Interface WorldGenRandom
- All Known Implementing Classes:
ChunkRandom
,SimpleRandom
public interface WorldGenRandom
- Mappings:
Namespace Name official cph
intermediary net/minecraft/class_5819
named net/minecraft/world/gen/WorldGenRandom
-
Method Details
-
setSeed
void setSeed(long long2)- Mappings:
Namespace Name Mixin selector official setSeed
Lcph;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()- Mappings:
Namespace Name Mixin selector official nextInt
Lcph;nextInt()I
intermediary nextInt
Lnet/minecraft/class_5819;nextInt()I
named nextInt
Lnet/minecraft/world/gen/WorldGenRandom;nextInt()I
-
nextInt
int nextInt(int bound)- Mappings:
Namespace Name Mixin selector official nextInt
Lcph;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()- Mappings:
Namespace Name Mixin selector official nextLong
Lcph;nextLong()J
intermediary nextLong
Lnet/minecraft/class_5819;nextLong()J
named nextLong
Lnet/minecraft/world/gen/WorldGenRandom;nextLong()J
-
nextBoolean
boolean nextBoolean()- Mappings:
Namespace Name Mixin selector official nextBoolean
Lcph;nextBoolean()Z
intermediary nextBoolean
Lnet/minecraft/class_5819;nextBoolean()Z
named nextBoolean
Lnet/minecraft/world/gen/WorldGenRandom;nextBoolean()Z
-
nextFloat
float nextFloat()- Mappings:
Namespace Name Mixin selector official nextFloat
Lcph;nextFloat()F
intermediary nextFloat
Lnet/minecraft/class_5819;nextFloat()F
named nextFloat
Lnet/minecraft/world/gen/WorldGenRandom;nextFloat()F
-
nextDouble
double nextDouble()- Mappings:
Namespace Name Mixin selector official nextDouble
Lcph;nextDouble()D
intermediary nextDouble
Lnet/minecraft/class_5819;nextDouble()D
named nextDouble
Lnet/minecraft/world/gen/WorldGenRandom;nextDouble()D
-
nextGaussian
double nextGaussian()- Mappings:
Namespace Name Mixin selector official nextGaussian
Lcph;nextGaussian()D
intermediary nextGaussian
Lnet/minecraft/class_5819;nextGaussian()D
named nextGaussian
Lnet/minecraft/world/gen/WorldGenRandom;nextGaussian()D
-
skip
default void skip(int count)- Mappings:
Namespace Name Mixin selector official a
Lcph;a(I)V
intermediary method_33650
Lnet/minecraft/class_5819;method_33650(I)V
named skip
Lnet/minecraft/world/gen/WorldGenRandom;skip(I)V
-