LeviLamina
Loading...
Searching...
No Matches
BlockComponentDirectData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8// clang-format on
9
11public:
12 // BlockComponentDirectData inner types define
13 enum class LayerBitMask : int {
14 None = 0,
15 Init = 1,
16 Rendering = 2,
17 };
18
19public:
20 // member variables
21 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
50
51public:
52 // member functions
53 // NOLINTBEGIN
54 MCAPI void _finalizeInit(::Block const& block);
55 // NOLINTEND
56};
Definition Block.h:36
Definition BlockComponentDirectData.h:10
Definition Alias.h:14