Package net.minecraft.world.gen
Interface WorldGenRandom
- All Known Implementing Classes:
ChunkRandom,SimpleRandom
public interface WorldGenRandom
- Mappings:
Namespace Name official cphintermediary net/minecraft/class_5819named net/minecraft/world/gen/WorldGenRandom
-
Method Details
-
setSeed
void setSeed(long long2)- Mappings:
Namespace Name Mixin selector official setSeedLcph;setSeed(J)Vintermediary setSeedLnet/minecraft/class_5819;setSeed(J)Vnamed setSeedLnet/minecraft/world/gen/WorldGenRandom;setSeed(J)V
-
nextInt
int nextInt()- Mappings:
Namespace Name Mixin selector official nextIntLcph;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 nextIntLcph;nextInt(I)Iintermediary nextIntLnet/minecraft/class_5819;nextInt(I)Inamed nextIntLnet/minecraft/world/gen/WorldGenRandom;nextInt(I)I
-
nextLong
long nextLong()- Mappings:
Namespace Name Mixin selector official nextLongLcph;nextLong()Jintermediary nextLongLnet/minecraft/class_5819;nextLong()Jnamed nextLongLnet/minecraft/world/gen/WorldGenRandom;nextLong()J
-
nextBoolean
boolean nextBoolean()- Mappings:
Namespace Name Mixin selector official nextBooleanLcph;nextBoolean()Zintermediary nextBooleanLnet/minecraft/class_5819;nextBoolean()Znamed nextBooleanLnet/minecraft/world/gen/WorldGenRandom;nextBoolean()Z
-
nextFloat
float nextFloat()- Mappings:
Namespace Name Mixin selector official nextFloatLcph;nextFloat()Fintermediary nextFloatLnet/minecraft/class_5819;nextFloat()Fnamed nextFloatLnet/minecraft/world/gen/WorldGenRandom;nextFloat()F
-
nextDouble
double nextDouble()- Mappings:
Namespace Name Mixin selector official nextDoubleLcph;nextDouble()Dintermediary nextDoubleLnet/minecraft/class_5819;nextDouble()Dnamed nextDoubleLnet/minecraft/world/gen/WorldGenRandom;nextDouble()D
-
nextGaussian
double nextGaussian()- Mappings:
Namespace Name Mixin selector official nextGaussianLcph;nextGaussian()Dintermediary nextGaussianLnet/minecraft/class_5819;nextGaussian()Dnamed nextGaussianLnet/minecraft/world/gen/WorldGenRandom;nextGaussian()D
-
skip
default void skip(int count)- Mappings:
Namespace Name Mixin selector official aLcph;a(I)Vintermediary method_33650Lnet/minecraft/class_5819;method_33650(I)Vnamed skipLnet/minecraft/world/gen/WorldGenRandom;skip(I)V
-