Package net.minecraft.world
Class RandomSequences.DirtyMarkingRandomSource
java.lang.Object
net.minecraft.world.RandomSequences.DirtyMarkingRandomSource
- All Implemented Interfaces:
- RandomSource
- Enclosing class:
- RandomSequences
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.RandomSourceGAUSSIAN_SPREAD_FACTOR
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.RandomSourceconsumeCount, nextInt, nextIntBetweenInclusive, triangle
- 
Field Details- 
random
 
- 
- 
Constructor Details- 
DirtyMarkingRandomSourceDirtyMarkingRandomSource(RandomSource p_299209_) 
 
- 
- 
Method Details- 
fork- Specified by:
- forkin interface- RandomSource
 
- 
forkPositional- Specified by:
- forkPositionalin interface- RandomSource
 
- 
setSeedpublic void setSeed(long p_300098_) - Specified by:
- setSeedin interface- RandomSource
 
- 
nextIntpublic int nextInt()- Specified by:
- nextIntin interface- RandomSource
 
- 
nextIntpublic int nextInt(int p_301106_) - Specified by:
- nextIntin interface- RandomSource
 
- 
nextLongpublic long nextLong()- Specified by:
- nextLongin interface- RandomSource
 
- 
nextBooleanpublic boolean nextBoolean()- Specified by:
- nextBooleanin interface- RandomSource
 
- 
nextFloatpublic float nextFloat()- Specified by:
- nextFloatin interface- RandomSource
 
- 
nextDoublepublic double nextDouble()- Specified by:
- nextDoublein interface- RandomSource
 
- 
nextGaussianpublic double nextGaussian()- Specified by:
- nextGaussianin interface- RandomSource
 
- 
equals
 
-