LeviLamina
Loading...
Searching...
No Matches
ResourceInformation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ResourceInformation
{
6
public
:
7
// ResourceInformation inner types define
8
enum class
ResourceType :
int
{
9
Invalid = 0,
10
Resources = 1,
11
DataAddOn = 2,
12
ScriptAddOn = 3,
13
ClientScriptAddOn = 4,
14
Mandatory = 5,
15
WorldTemplate = 6,
16
Count = 7,
17
};
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 32>
mUnk3f1ece;
23
::ll::UntypedStorage<8, 24>
mUnk6dfdf0;
24
::ll::UntypedStorage<8, 16>
mUnka8abd4;
25
::ll::UntypedStorage<4, 4>
mUnk4b07d4;
26
::ll::UntypedStorage<8, 32>
mUnk5a12d9;
27
::ll::UntypedStorage<8, 32>
mUnkd60fb9;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
ResourceInformation
& operator=(
ResourceInformation
const
&);
33
ResourceInformation
();
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
ResourceInformation
(
::ResourceInformation
const
&);
39
40
MCAPI
~ResourceInformation
();
41
// NOLINTEND
42
43
public
:
44
// static functions
45
// NOLINTBEGIN
46
MCAPI static ::ResourceInformation::ResourceType ResourceTypeFromString(::std::string
const
& value);
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCAPI
void
* $ctor(
::ResourceInformation
const
&);
53
// NOLINTEND
54
55
public
:
56
// destructor thunk
57
// NOLINTBEGIN
58
MCAPI
void
$dtor();
59
// NOLINTEND
60
};
ResourceInformation
Definition
ResourceInformation.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
resource
ResourceInformation.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0