LeviLamina
Loading...
Searching...
No Matches
EquipmentTable.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8class Tag;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 EquipmentTable& operator=(EquipmentTable const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI EquipmentTable(::EquipmentTable const&);
29
30 MCAPI void readAdditionalSaveData(::CompoundTag const& tag);
31
32 MCAPI ~EquipmentTable();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static ::std::vector<::EquipmentTableDropChance> _createDropChancesFromTag(::Tag const& tag);
39
40 MCAPI static ::std::unique_ptr<::CompoundTag>
41 _createTagFromDropChances(::std::vector<::EquipmentTableDropChance> const& dropChances);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::EquipmentTable const&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
Definition CompoundTag.h:13
Definition Tag.h:39
Definition EquipmentTableDropChance.h:5
Definition EquipmentTable.h:12
Definition Alias.h:14