Package net.minecraft.util.math.random
Interface BaseSimpleRandom
- All Superinterfaces:
AbstractRandom
- All Known Implementing Classes:
AtomicSimpleRandom,BlockingSimpleRandom,ChunkRandom,SimpleRandom
- Mappings:
Namespace Name official cyfintermediary net/minecraft/class_6566named net/minecraft/util/math/random/BaseSimpleRandom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final floatFields inherited from interface net.minecraft.util.math.random.AbstractRandom
field_38930 -
Method Summary
Methods inherited from interface net.minecraft.util.math.random.AbstractRandom
createRandomDeriver, derive, nextBetween, nextBetweenExclusive, nextGaussian, nextPredictable, setSeed, skip
-
Field Details
-
FLOAT_MULTIPLIER
static final float FLOAT_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official bLcyf;b:Fintermediary field_34582Lnet/minecraft/class_6566;field_34582:Fnamed FLOAT_MULTIPLIERLnet/minecraft/util/math/random/BaseSimpleRandom;FLOAT_MULTIPLIER:F
-
DOUBLE_MULTIPLIER
static final double DOUBLE_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official cLcyf;c:Dintermediary field_34583Lnet/minecraft/class_6566;field_34583:Dnamed DOUBLE_MULTIPLIERLnet/minecraft/util/math/random/BaseSimpleRandom;DOUBLE_MULTIPLIER:D
-
-
Method Details
-
next
int next(int bits) - Mappings:
Namespace Name Mixin selector official cLcyf;c(I)Iintermediary method_43156Lnet/minecraft/class_6566;method_43156(I)Inamed nextLnet/minecraft/util/math/random/BaseSimpleRandom;next(I)I
-
nextInt
default int nextInt()- Specified by:
nextIntin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official fLalf;f()Iintermediary method_43054Lnet/minecraft/class_5819;method_43054()Inamed nextIntLnet/minecraft/util/math/random/AbstractRandom;nextInt()I
-
nextInt
default int nextInt(int bound) - Specified by:
nextIntin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official aLalf;a(I)Iintermediary method_43048Lnet/minecraft/class_5819;method_43048(I)Inamed nextIntLnet/minecraft/util/math/random/AbstractRandom;nextInt(I)I
-
nextLong
default long nextLong()- Specified by:
nextLongin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official gLalf;g()Jintermediary method_43055Lnet/minecraft/class_5819;method_43055()Jnamed nextLongLnet/minecraft/util/math/random/AbstractRandom;nextLong()J
-
nextBoolean
default boolean nextBoolean()- Specified by:
nextBooleanin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official hLalf;h()Zintermediary method_43056Lnet/minecraft/class_5819;method_43056()Znamed nextBooleanLnet/minecraft/util/math/random/AbstractRandom;nextBoolean()Z
-
nextFloat
default float nextFloat()- Specified by:
nextFloatin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official iLalf;i()Fintermediary method_43057Lnet/minecraft/class_5819;method_43057()Fnamed nextFloatLnet/minecraft/util/math/random/AbstractRandom;nextFloat()F
-
nextDouble
default double nextDouble()- Specified by:
nextDoublein interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official jLalf;j()Dintermediary method_43058Lnet/minecraft/class_5819;method_43058()Dnamed nextDoubleLnet/minecraft/util/math/random/AbstractRandom;nextDouble()D
-