LeviLamina
Loading...
Searching...
No Matches
CommandPropertyBag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/PropertyBag.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class Vec3;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~CommandPropertyBag() = default;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI void set(::std::string const& key, ::BlockPos const& pos);
26
27 MCAPI void set(::std::string const& key, ::Vec3 size);
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCAPI static void** $vftable();
40 // NOLINTEND
41};
Definition BlockPos.h:18
Definition CommandPropertyBag.h:14
Definition PropertyBag.h:10
Definition Vec3.h:10