Package net.minecraft.world.gen.random
Class SimpleRandom
java.lang.Object
net.minecraft.world.gen.random.SimpleRandom
- All Implemented Interfaces:
AbstractRandom
,BaseSimpleRandom
- Mappings:
Namespace Name official cts
intermediary net/minecraft/class_6575
named net/minecraft/world/gen/random/SimpleRandom
-
Field Summary
Modifier and TypeFieldDescriptionprivate final GaussianGenerator
private static final long
private static final int
private static final long
private long
private static final long
Fields inherited from interface net.minecraft.world.gen.random.BaseSimpleRandom
DOUBLE_MULTIPLIER, FLOAT_MULTIPLIER
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.random.AbstractRandom
nextBetween, skip
Methods inherited from interface net.minecraft.world.gen.random.BaseSimpleRandom
nextBoolean, nextDouble, nextFloat, nextInt, nextInt, nextLong
-
Field Details
-
INT_BITS
private static final int INT_BITS- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lcts;c:I
intermediary field_34689
Lnet/minecraft/class_6575;field_34689:I
named INT_BITS
Lnet/minecraft/world/gen/random/SimpleRandom;INT_BITS:I
-
SEED_MASK
private static final long SEED_MASK- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lcts;d:J
intermediary field_34690
Lnet/minecraft/class_6575;field_34690:J
named SEED_MASK
Lnet/minecraft/world/gen/random/SimpleRandom;SEED_MASK:J
-
MULTIPLIER
private static final long MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lcts;e:J
intermediary field_34691
Lnet/minecraft/class_6575;field_34691:J
named MULTIPLIER
Lnet/minecraft/world/gen/random/SimpleRandom;MULTIPLIER:J
-
INCREMENT
private static final long INCREMENT- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lcts;f:J
intermediary field_34692
Lnet/minecraft/class_6575;field_34692:J
named INCREMENT
Lnet/minecraft/world/gen/random/SimpleRandom;INCREMENT:J
-
seed
private long seed- Mappings:
Namespace Name Mixin selector official g
Lcts;g:J
intermediary field_34693
Lnet/minecraft/class_6575;field_34693:J
named seed
Lnet/minecraft/world/gen/random/SimpleRandom;seed:J
-
gaussianGenerator
- Mappings:
Namespace Name Mixin selector official h
Lcts;h:Lcte;
intermediary field_35136
Lnet/minecraft/class_6575;field_35136:Lnet/minecraft/class_6672;
named gaussianGenerator
Lnet/minecraft/world/gen/random/SimpleRandom;gaussianGenerator:Lnet/minecraft/world/gen/random/GaussianGenerator;
-
-
Constructor Details
-
SimpleRandom
public SimpleRandom(long seed) - Mappings:
Namespace Name Mixin selector official <init>
Lcts;<init>(J)V
intermediary <init>
Lnet/minecraft/class_6575;<init>(J)V
named <init>
Lnet/minecraft/world/gen/random/SimpleRandom;<init>(J)V
-
-
Method Details
-
derive
- Specified by:
derive
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official a
Lctq;a()Lctq;
intermediary method_38420
Lnet/minecraft/class_5819;method_38420()Lnet/minecraft/class_5819;
named derive
Lnet/minecraft/world/gen/random/AbstractRandom;derive()Lnet/minecraft/world/gen/random/AbstractRandom;
-
createRandomDeriver
- Specified by:
createRandomDeriver
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official b
Lctq;b()Lctp;
intermediary method_38421
Lnet/minecraft/class_5819;method_38421()Lnet/minecraft/class_6574;
named createRandomDeriver
Lnet/minecraft/world/gen/random/AbstractRandom;createRandomDeriver()Lnet/minecraft/world/gen/random/RandomDeriver;
-
setSeed
public void setSeed(long seed) - Specified by:
setSeed
in interfaceAbstractRandom
- Mappings:
Namespace Name Mixin selector official setSeed
Lctq;setSeed(J)V
intermediary setSeed
Lnet/minecraft/class_5819;setSeed(J)V
named setSeed
Lnet/minecraft/world/gen/random/AbstractRandom;setSeed(J)V
-
next
public int next(int bits) - Specified by:
next
in interfaceBaseSimpleRandom
- Mappings:
Namespace Name Mixin selector official a
Lcst;a(I)I
intermediary method_33651
Lnet/minecraft/class_6566;method_33651(I)I
named next
Lnet/minecraft/world/gen/random/BaseSimpleRandom;next(I)I
-
nextGaussian
public double nextGaussian()- Specified by:
nextGaussian
in interfaceAbstractRandom
-