Package net.minecraft.world.gen.random
Interface BaseSimpleRandom
- All Superinterfaces:
AbstractRandom
- All Known Implementing Classes:
AtomicSimpleRandom
,ChunkRandom
,class_7384
,SimpleRandom
- Mappings:
Namespace Name official cww
intermediary net/minecraft/class_6566
named net/minecraft/world/gen/random/BaseSimpleRandom
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final float
-
Method Summary
Modifier and TypeMethodDescriptionint
method_43156
(int int2) default boolean
default double
default float
default int
nextInt()
default int
nextInt
(int bound) default long
nextLong()
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 a
Lcww;a:F
intermediary field_34582
Lnet/minecraft/class_6566;field_34582:F
named FLOAT_MULTIPLIER
Lnet/minecraft/world/gen/random/BaseSimpleRandom;FLOAT_MULTIPLIER:F
-
DOUBLE_MULTIPLIER
static final double DOUBLE_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lcww;b:D
intermediary field_34583
Lnet/minecraft/class_6566;field_34583:D
named DOUBLE_MULTIPLIER
Lnet/minecraft/world/gen/random/BaseSimpleRandom;DOUBLE_MULTIPLIER:D
-
-
Method Details
-
method_43156
int method_43156(int int2) - Mappings:
Namespace Name Mixin selector official c
Lcww;c(I)I
intermediary method_43156
Lnet/minecraft/class_6566;method_43156(I)I
named method_43156
Lnet/minecraft/world/gen/random/BaseSimpleRandom;method_43156(I)I
-
nextInt
default int nextInt()- Specified by:
nextInt
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official f
Laki;f()I
intermediary method_43054
Lnet/minecraft/class_5819;method_43054()I
named nextInt
Lnet/minecraft/world/gen/random/AbstractRandom;nextInt()I
-
nextInt
default int nextInt(int bound) - Specified by:
nextInt
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official a
Laki;a(I)I
intermediary method_43048
Lnet/minecraft/class_5819;method_43048(I)I
named nextInt
Lnet/minecraft/world/gen/random/AbstractRandom;nextInt(I)I
-
nextLong
default long nextLong()- Specified by:
nextLong
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official g
Laki;g()J
intermediary method_43055
Lnet/minecraft/class_5819;method_43055()J
named nextLong
Lnet/minecraft/world/gen/random/AbstractRandom;nextLong()J
-
nextBoolean
default boolean nextBoolean()- Specified by:
nextBoolean
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official h
Laki;h()Z
intermediary method_43056
Lnet/minecraft/class_5819;method_43056()Z
named nextBoolean
Lnet/minecraft/world/gen/random/AbstractRandom;nextBoolean()Z
-
nextFloat
default float nextFloat()- Specified by:
nextFloat
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official i
Laki;i()F
intermediary method_43057
Lnet/minecraft/class_5819;method_43057()F
named nextFloat
Lnet/minecraft/world/gen/random/AbstractRandom;nextFloat()F
-
nextDouble
default double nextDouble()- Specified by:
nextDouble
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official j
Laki;j()D
intermediary method_43058
Lnet/minecraft/class_5819;method_43058()D
named nextDouble
Lnet/minecraft/world/gen/random/AbstractRandom;nextDouble()D
-