Package net.minecraft.world
Class RandomSequences.DirtyMarkingRandomSource
java.lang.Object
net.minecraft.world.RandomSequences.DirtyMarkingRandomSource
- All Implemented Interfaces:
 RandomSource
- Enclosing class:
 - RandomSequences
 
- 
Field Summary
FieldsFields inherited from interface net.minecraft.util.RandomSource
GAUSSIAN_SPREAD_FACTOR - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 forkin interfaceRandomSource
 - 
forkPositional
- Specified by:
 forkPositionalin interfaceRandomSource
 - 
setSeed
public void setSeed(long p_295551_) - Specified by:
 setSeedin interfaceRandomSource
 - 
nextInt
public int nextInt()- Specified by:
 nextIntin interfaceRandomSource
 - 
nextInt
public int nextInt(int p_294632_) - Specified by:
 nextIntin interfaceRandomSource
 - 
nextLong
public long nextLong()- Specified by:
 nextLongin interfaceRandomSource
 - 
nextBoolean
public boolean nextBoolean()- Specified by:
 nextBooleanin interfaceRandomSource
 - 
nextFloat
public float nextFloat()- Specified by:
 nextFloatin interfaceRandomSource
 - 
nextDouble
public double nextDouble()- Specified by:
 nextDoublein interfaceRandomSource
 - 
nextGaussian
public double nextGaussian()- Specified by:
 nextGaussianin interfaceRandomSource
 - 
equals
 
 -