Package net.minecraft.world
Class RandomSequences.DirtyMarkingRandomSource
java.lang.Object
net.minecraft.world.RandomSequences.DirtyMarkingRandomSource
- All Implemented Interfaces:
RandomSource
- Enclosing class:
RandomSequences
-
Field Summary
Fields inherited from interface net.minecraft.util.RandomSource
GAUSSIAN_SPREAD_FACTOR
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.util.RandomSource
consumeCount, nextInt, nextIntBetweenInclusive, triangle
-
Field Details
-
random
-
-
Constructor Details
-
DirtyMarkingRandomSource
DirtyMarkingRandomSource(RandomSource p_295768_)
-
-
Method Details
-
fork
- Specified by:
fork
in interfaceRandomSource
-
forkPositional
- Specified by:
forkPositional
in interfaceRandomSource
-
setSeed
public void setSeed(long p_295551_) - Specified by:
setSeed
in interfaceRandomSource
-
nextInt
public int nextInt()- Specified by:
nextInt
in interfaceRandomSource
-
nextInt
public int nextInt(int p_294632_) - Specified by:
nextInt
in interfaceRandomSource
-
nextLong
public long nextLong()- Specified by:
nextLong
in interfaceRandomSource
-
nextBoolean
public boolean nextBoolean()- Specified by:
nextBoolean
in interfaceRandomSource
-
nextFloat
public float nextFloat()- Specified by:
nextFloat
in interfaceRandomSource
-
nextDouble
public double nextDouble()- Specified by:
nextDouble
in interfaceRandomSource
-
nextGaussian
public double nextGaussian()- Specified by:
nextGaussian
in interfaceRandomSource
-
equals
-