类 RandomSequences.DirtyMarkingRandomSource
java.lang.Object
net.minecraft.world.RandomSequences.DirtyMarkingRandomSource
- 所有已实现的接口:
RandomSource
- 封闭类:
RandomSequences
-
字段概要
字段从接口继承的字段 net.minecraft.util.RandomSource
GAUSSIAN_SPREAD_FACTOR
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.util.RandomSource
consumeCount, nextInt, nextIntBetweenInclusive, triangle, triangle
-
字段详细资料
-
random
-
-
构造器详细资料
-
DirtyMarkingRandomSource
DirtyMarkingRandomSource(RandomSource p_295768_)
-
-
方法详细资料
-
fork
- 指定者:
fork
在接口中RandomSource
-
forkPositional
- 指定者:
forkPositional
在接口中RandomSource
-
setSeed
public void setSeed(long p_295551_) - 指定者:
setSeed
在接口中RandomSource
-
nextInt
public int nextInt()- 指定者:
nextInt
在接口中RandomSource
-
nextInt
public int nextInt(int p_294632_) - 指定者:
nextInt
在接口中RandomSource
-
nextLong
public long nextLong()- 指定者:
nextLong
在接口中RandomSource
-
nextBoolean
public boolean nextBoolean()- 指定者:
nextBoolean
在接口中RandomSource
-
nextFloat
public float nextFloat()- 指定者:
nextFloat
在接口中RandomSource
-
nextDouble
public double nextDouble()- 指定者:
nextDouble
在接口中RandomSource
-
nextGaussian
public double nextGaussian()- 指定者:
nextGaussian
在接口中RandomSource
-
equals
-