Package net.minecraft.world.gen.random
Interface BaseSimpleRandom
- All Superinterfaces:
AbstractRandom
- All Known Implementing Classes:
AtomicSimpleRandom,ChunkRandom,class_7384,SimpleRandom
- Mappings:
Namespace Name official cwwintermediary net/minecraft/class_6566named net/minecraft/world/gen/random/BaseSimpleRandom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final float -
Method Summary
Modifier and TypeMethodDescriptionintmethod_43156(int int2) default booleandefault doubledefault floatdefault intnextInt()default intnextInt(int bound) default longnextLong()Methods inherited from interface net.minecraft.world.gen.random.AbstractRandom
createRandomDeriver, derive, method_43051, nextBetween, nextGaussian, setSeed, skip
-
Field Details
-
FLOAT_MULTIPLIER
static final float FLOAT_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official aLcww;a:Fintermediary field_34582Lnet/minecraft/class_6566;field_34582:Fnamed FLOAT_MULTIPLIERLnet/minecraft/world/gen/random/BaseSimpleRandom;FLOAT_MULTIPLIER:F
-
DOUBLE_MULTIPLIER
static final double DOUBLE_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official bLcww;b:Dintermediary field_34583Lnet/minecraft/class_6566;field_34583:Dnamed DOUBLE_MULTIPLIERLnet/minecraft/world/gen/random/BaseSimpleRandom;DOUBLE_MULTIPLIER:D
-
-
Method Details
-
method_43156
int method_43156(int int2) - Mappings:
Namespace Name Mixin selector official cLcww;c(I)Iintermediary method_43156Lnet/minecraft/class_6566;method_43156(I)Inamed method_43156Lnet/minecraft/world/gen/random/BaseSimpleRandom;method_43156(I)I
-
nextInt
default int nextInt()- Specified by:
nextIntin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official fLaki;f()Iintermediary method_43054Lnet/minecraft/class_5819;method_43054()Inamed nextIntLnet/minecraft/world/gen/random/AbstractRandom;nextInt()I
-
nextInt
default int nextInt(int bound) - Specified by:
nextIntin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official aLaki;a(I)Iintermediary method_43048Lnet/minecraft/class_5819;method_43048(I)Inamed nextIntLnet/minecraft/world/gen/random/AbstractRandom;nextInt(I)I
-
nextLong
default long nextLong()- Specified by:
nextLongin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official gLaki;g()Jintermediary method_43055Lnet/minecraft/class_5819;method_43055()Jnamed nextLongLnet/minecraft/world/gen/random/AbstractRandom;nextLong()J
-
nextBoolean
default boolean nextBoolean()- Specified by:
nextBooleanin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official hLaki;h()Zintermediary method_43056Lnet/minecraft/class_5819;method_43056()Znamed nextBooleanLnet/minecraft/world/gen/random/AbstractRandom;nextBoolean()Z
-
nextFloat
default float nextFloat()- Specified by:
nextFloatin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official iLaki;i()Fintermediary method_43057Lnet/minecraft/class_5819;method_43057()Fnamed nextFloatLnet/minecraft/world/gen/random/AbstractRandom;nextFloat()F
-
nextDouble
default double nextDouble()- Specified by:
nextDoublein interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official jLaki;j()Dintermediary method_43058Lnet/minecraft/class_5819;method_43058()Dnamed nextDoubleLnet/minecraft/world/gen/random/AbstractRandom;nextDouble()D
-