LeviLamina
Loading...
Searching...
No Matches
PermuteType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/util/Reference.h"
7
8
namespace
SharedTypes::Legacy::Spawn {
9
10
struct
PermuteType {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<4, 4, int> mWeight;
15
::ll::TypedStorage<4, 4, int> mMinGuaranteed;
16
::ll::TypedStorage<8, 32, ::SharedTypes::Reference<1>> mEntityType;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
PermuteType(PermuteType
const
&);
22
PermuteType();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCFOLD ::SharedTypes::Legacy::Spawn::PermuteType& operator=(
::SharedTypes::Legacy::Spawn::PermuteType
&&);
28
29
MCFOLD ::SharedTypes::Legacy::Spawn::PermuteType& operator=(
::SharedTypes::Legacy::Spawn::PermuteType
const
&);
30
31
MCAPI ~PermuteType();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCFOLD
void
$dtor();
38
// NOLINTEND
39
};
40
41
}
// namespace SharedTypes::Legacy::Spawn
SharedTypes::Legacy::Spawn::PermuteType
Definition
PermuteType.h:10
src
mc
deps
shared_types
legacy
spawn
PermuteType.h
Generated on
for LeviLamina by
1.16.1