LeviLamina
Loading...
Searching...
No Matches
TickingAreaDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7#include "mc/world/level/ticking/TickingAreaLoadMode.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 12, ::BlockPos> mOrigin;
14 ::ll::TypedStorage<4, 12, ::BlockPos> mMax;
15 ::ll::TypedStorage<4, 4, uint> mRadius;
16 ::ll::TypedStorage<8, 32, ::std::string> mName;
17 ::ll::TypedStorage<1, 1, bool> mIsCircle;
18 ::ll::TypedStorage<1, 1, ::TickingAreaLoadMode> mLoadMode;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::std::string asString() const;
25
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCFOLD void $dtor();
33 // NOLINTEND
34};
Definition TickingAreaDescription.h:9