LeviLamina
Loading...
Searching...
No Matches
BlockSourceComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/StackRefResult.h"
7
#include "mc/deps/game_refs/WeakRef.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockSource
;
12
// clang-format on
13
14
class
BlockSourceComponent {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 16, ::WeakRef<::BlockSource>> mBlockSource;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
BlockSourceComponent();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
explicit
BlockSourceComponent(
::WeakRef<::BlockSource>
weakBlockSource);
29
30
MCFOLD ::StackRefResult<::BlockSource> tryGetBlockSource()
const
;
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
::WeakRef<::BlockSource>
weakBlockSource);
37
// NOLINTEND
38
};
BlockSource
Definition
BlockSource.h:73
WeakRef
Definition
WeakRef.h:8
src
mc
entity
components
BlockSourceComponent.h
Generated on
for LeviLamina by
1.16.1