|
| 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 | WorldGenRandom (::br::worldgen::WorldGenRandom const &other) |
|
MCAPI::br::worldgen::WorldGenRandom | forkPositional (::BlockPos pos) |
|
MCAPI::br::worldgen::WorldGenRandom & | operator= (::br::worldgen::WorldGenRandom const &other) |
|
MCAPI::br::worldgen::WorldGenRandom & | setLargeFeatureSeed (int64 seed, int chunkX, int chunkZ) |
|
MCAPI void * | $ctor (::br::worldgen::WorldGenRandom const &other) |
|
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 |
|
virtual bool | chance (int likeliness, int possibilities) |
|
virtual bool | chanceOneIn (int possibilities) |
|
virtual bool | chanceAllButOneIn (int possibilities) |
|
virtual bool | chanceFloatLessThan (float probability) |
|
virtual bool | chanceFloatLessOrEqual (float probability) |
|
virtual bool | chanceFloatGreaterThan (float improbability) |
|
virtual bool | chanceFloatGreaterOrEqual (float improbability) |
|
MCAPI bool | $chance (int likeliness, int possibilities) |
|
MCAPI bool | $chanceOneIn (int possibilities) |
|
MCAPI bool | $chanceAllButOneIn (int possibilities) |
|
MCAPI bool | $chanceFloatLessThan (float probability) |
|
MCAPI bool | $chanceFloatLessOrEqual (float probability) |
|
MCAPI bool | $chanceFloatGreaterThan (float improbability) |
|
MCAPI bool | $chanceFloatGreaterOrEqual (float improbability) |