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