|
virtual int | nextInt () |
|
virtual int | nextInt (int bound) |
|
virtual int64 | nextLong () |
|
virtual bool | nextBoolean () |
|
virtual float | nextFloat () |
|
virtual double | nextDouble () |
|
virtual double | nextGaussianDouble () |
|
virtual void | consumeCount (uint count) |
|
virtual ::std::unique_ptr<::IRandom > | fork () |
|
virtual ::std::unique_ptr<::IPositionalRandomFactory > | forkPositional () |
|
virtual void | setSeed (int64 seed) |
|
virtual void | setSeed (::Seed128Bit seed) |
|
virtual int64 | seed64 () const |
|
virtual::Seed128Bit | seed128 () const |
|
MCAPI::br::worldgen::WorldGenRandom | forkPositional (::BlockPos pos) |
|
MCAPI::br::worldgen::WorldGenRandom & | setLargeFeatureSeed (int64 seed, int chunkX, int chunkZ) |
|
MCAPI void | $dtor () |
|
MCAPI int | $nextInt () |
|
MCAPI int | $nextInt (int bound) |
|
MCAPI int64 | $nextLong () |
|
MCAPI bool | $nextBoolean () |
|
MCAPI float | $nextFloat () |
|
MCAPI double | $nextDouble () |
|
MCAPI double | $nextGaussianDouble () |
|
MCAPI void | $consumeCount (uint count) |
|
MCAPI ::std::unique_ptr<::IRandom > | $fork () |
|
MCFOLD ::std::unique_ptr<::IPositionalRandomFactory > | $forkPositional () |
|
MCAPI void | $setSeed (int64 seed) |
|
MCAPI void | $setSeed (::Seed128Bit seed) |
|
MCAPI int64 | $seed64 () const |
|
MCAPI::Seed128Bit | $seed128 () const |
|
|
static MCAPI ::br::worldgen::WorldGenRandom | createDecoration (int64 seed, int chunkX, int chunkZ) |
|
static MCAPI void ** | $vftableForIRandom () |
|
static MCAPI void ** | $vftableForIRandomSeeded () |
|
static MCAPI void ** | $vftable () |
|
◆ nextInt() [1/2]
virtual int br::worldgen::WorldGenRandom::nextInt |
( |
| ) |
|
|
virtual |
◆ nextInt() [2/2]
virtual int br::worldgen::WorldGenRandom::nextInt |
( |
int | bound | ) |
|
|
virtual |
◆ nextLong()
virtual int64 br::worldgen::WorldGenRandom::nextLong |
( |
| ) |
|
|
virtual |
◆ nextBoolean()
virtual bool br::worldgen::WorldGenRandom::nextBoolean |
( |
| ) |
|
|
virtual |
◆ nextFloat()
virtual float br::worldgen::WorldGenRandom::nextFloat |
( |
| ) |
|
|
virtual |
◆ nextDouble()
virtual double br::worldgen::WorldGenRandom::nextDouble |
( |
| ) |
|
|
virtual |
◆ nextGaussianDouble()
virtual double br::worldgen::WorldGenRandom::nextGaussianDouble |
( |
| ) |
|
|
virtual |
◆ consumeCount()
virtual void br::worldgen::WorldGenRandom::consumeCount |
( |
uint | count | ) |
|
|
virtual |
◆ fork()
virtual ::std::unique_ptr<::IRandom > br::worldgen::WorldGenRandom::fork |
( |
| ) |
|
|
virtual |
◆ setSeed() [1/2]
virtual void br::worldgen::WorldGenRandom::setSeed |
( |
int64 | seed | ) |
|
|
virtual |
◆ setSeed() [2/2]
virtual void br::worldgen::WorldGenRandom::setSeed |
( |
::Seed128Bit | seed | ) |
|
|
virtual |
◆ seed64()
virtual int64 br::worldgen::WorldGenRandom::seed64 |
( |
| ) |
const |
|
virtual |
◆ seed128()
virtual::Seed128Bit br::worldgen::WorldGenRandom::seed128 |
( |
| ) |
const |
|
virtual |
The documentation for this struct was generated from the following file: