LeviLamina
Loading...
Searching...
No Matches
XoroshiroPositionalRandomFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/IPositionalRandomFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class IRandom;
12namespace Crypto::Hash { class md5; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, uint64> mSeedLo;
20 ::ll::TypedStorage<8, 8, uint64> mSeedHi;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ::std::unique_ptr<::IRandom> forBlockPos(::BlockPos const& blockPos) const /*override*/;
27
28 virtual ::std::unique_ptr<::IRandom> forString(::std::string const& s) const /*override*/;
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCNAPI static ::Crypto::Hash::md5& mThreadLocalDigest();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCNAPI ::std::unique_ptr<::IRandom> $forBlockPos(::BlockPos const& blockPos) const;
41
42 MCNAPI ::std::unique_ptr<::IRandom> $forString(::std::string const& s) const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BlockPos.h:21
Definition md5.h:10
Definition IPositionalRandomFactory.h:11
Definition IRandom.h:10
Definition XoroshiroPositionalRandomFactory.h:15
static MCAPI ::Crypto::Hash::md5 & mThreadLocalDigest()
static MCAPI void ** $vftable()
MCAPI ::std::unique_ptr<::IRandom > $forBlockPos(::BlockPos const &blockPos) const
MCAPI ::std::unique_ptr<::IRandom > $forString(::std::string const &s) const