LeviLamina
Loading...
Searching...
No Matches
PendingArea.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11class Dimension;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 PendingArea& operator=(PendingArea const&);
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ::TickingAreaDescription getDescription() const;
40
41 MCAPI ::CompoundTag serialize(::DimensionType dimensionId) const;
42
43 MCAPI ~PendingArea();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::PendingArea load(::std::string const& key, ::CompoundTag const& tag);
50
51 MCAPI static bool validTag(::CompoundTag const& tag);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCFOLD void $dtor();
58 // NOLINTEND
59};
Definition AutomaticID.h:6
Definition CompoundTag.h:13
Definition Dimension.h:83
Definition PendingArea.h:15
Definition TickingAreaDescription.h:5
Definition Alias.h:14
Definition serialize.h:11