LeviLamina
Loading...
Searching...
No Matches
IBlockArchetype.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CompoundTag
;
8
// clang-format on
9
10
class
IBlockArchetype
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~IBlockArchetype
() =
default
;
15
16
virtual ::std::string_view getName() = 0;
17
18
virtual
void
buildNetworkTag(
::CompoundTag
& tag)
const
= 0;
19
20
virtual
void
initializeFromNetwork(
::CompoundTag
const
& tag) = 0;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
29
public
:
30
// vftables
31
// NOLINTBEGIN
32
MCNAPI
static
void
**
$vftable
();
33
// NOLINTEND
34
};
CompoundTag
Definition
CompoundTag.h:23
IBlockArchetype
Definition
IBlockArchetype.h:10
IBlockArchetype::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
registry
IBlockArchetype.h
Generated on
for LeviLamina by
1.16.1