LeviLamina
Loading...
Searching...
No Matches
ITrait.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockLegacy
;
8
class
CompoundTag
;
9
// clang-format on
10
11
namespace
BlockTrait {
12
13
class
ITrait
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~ITrait
() =
default
;
19
20
// vIndex: 1
21
virtual
void
applyToBlockLegacy(
::BlockLegacy
&)
const
= 0;
22
23
// vIndex: 2
24
virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag()
const
= 0;
25
26
// vIndex: 3
27
virtual
void
initializeFromNetwork(
::CompoundTag
const
&) = 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
42
43
}
// namespace BlockTrait
BlockLegacy
Definition
BlockLegacy.h:88
BlockTrait::ITrait
Definition
ITrait.h:13
BlockTrait::ITrait::$vftable
static MCAPI void ** $vftable()
CompoundTag
Definition
CompoundTag.h:13
src
mc
world
level
block
traits
block_trait
ITrait.h
Generated on Fri Jun 13 2025 05:05:16 for LeviLamina by
1.12.0