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
7class CompoundTag;
8// clang-format on
9
11public:
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
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition CompoundTag.h:23
Definition IBlockArchetype.h:10
static MCAPI void ** $vftable()