LeviLamina
Loading...
Searching...
No Matches
ServerBlockProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/nbt/CompoundTag.h"
7
8struct ServerBlockProperty {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mName;
13 ::ll::TypedStorage<8, 24, ::CompoundTag> mTag;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ServerBlockProperty();
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ServerBlockProperty(::ServerBlockProperty const& other);
24
25 MCAPI ::ServerBlockProperty& operator=(::ServerBlockProperty const& other);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCAPI void* $ctor(::ServerBlockProperty const& other);
32 // NOLINTEND
33};