Package net.minecraft.world.gen.random
Interface BaseSimpleRandom
- All Superinterfaces:
AbstractRandom
- All Known Implementing Classes:
AtomicSimpleRandom,SimpleRandom
- Mappings:
Namespace Name official ctlintermediary net/minecraft/class_6566named net/minecraft/world/gen/random/BaseSimpleRandom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final float -
Method Summary
Methods inherited from interface net.minecraft.world.gen.random.AbstractRandom
createRandomDeriver, derive, nextBetween, nextGaussian, setSeed, skip
-
Field Details
-
FLOAT_MULTIPLIER
static final float FLOAT_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official aLctl;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 bLctl;b:Dintermediary field_34583Lnet/minecraft/class_6566;field_34583:Dnamed DOUBLE_MULTIPLIERLnet/minecraft/world/gen/random/BaseSimpleRandom;DOUBLE_MULTIPLIER:D
-
-
Method Details
-
next
int next(int bits) - Mappings:
Namespace Name Mixin selector official aLctl;a(I)Iintermediary method_33651Lnet/minecraft/class_6566;method_33651(I)Inamed nextLnet/minecraft/world/gen/random/BaseSimpleRandom;next(I)I
-
nextInt
default int nextInt()- Specified by:
nextIntin interfaceAbstractRandom
-
nextInt
default int nextInt(int bound) - Specified by:
nextIntin interfaceAbstractRandom- Mappings:
Namespace Name Mixin selector official nextIntLcun;nextInt(I)Iintermediary nextIntLnet/minecraft/class_5819;nextInt(I)Inamed nextIntLnet/minecraft/world/gen/random/AbstractRandom;nextInt(I)I
-
nextLong
default long nextLong()- Specified by:
nextLongin interfaceAbstractRandom
-
nextBoolean
default boolean nextBoolean()- Specified by:
nextBooleanin interfaceAbstractRandom
-
nextFloat
default float nextFloat()- Specified by:
nextFloatin interfaceAbstractRandom
-
nextDouble
default double nextDouble()- Specified by:
nextDoublein interfaceAbstractRandom
-