接口 BitRandomSource
- 所有超级接口:
RandomSource
- 所有已知实现类:
LegacyRandomSource
,SingleThreadedRandomSource
,ThreadSafeLegacyRandomSource
,WorldgenRandom
-
字段概要
字段从接口继承的字段 net.minecraft.util.RandomSource
GAUSSIAN_SPREAD_FACTOR
-
方法概要
从接口继承的方法 net.minecraft.util.RandomSource
consumeCount, fork, forkPositional, nextGaussian, nextInt, nextIntBetweenInclusive, setSeed, triangle, triangle
-
字段详细资料
-
FLOAT_MULTIPLIER
static final float FLOAT_MULTIPLIER- 另请参阅:
-
DOUBLE_MULTIPLIER
static final double DOUBLE_MULTIPLIER- 另请参阅:
-
-
方法详细资料
-
next
int next(int p_188498_) -
nextInt
default int nextInt()- 指定者:
nextInt
在接口中RandomSource
-
nextInt
default int nextInt(int p_188504_) - 指定者:
nextInt
在接口中RandomSource
-
nextLong
default long nextLong()- 指定者:
nextLong
在接口中RandomSource
-
nextBoolean
default boolean nextBoolean()- 指定者:
nextBoolean
在接口中RandomSource
-
nextFloat
default float nextFloat()- 指定者:
nextFloat
在接口中RandomSource
-
nextDouble
default double nextDouble()- 指定者:
nextDouble
在接口中RandomSource
-