LeviLamina
Loading...
Searching...
No Matches
ClipParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/ShapeType.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class Block;
12class BlockSource;
13class Vec3;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Vec3 const&> mA;
21 ::ll::TypedStorage<8, 8, ::Vec3 const&> mB;
22 ::ll::TypedStorage<8, 8, ::Actor*> mActor;
23 ::ll::TypedStorage<1, 1, bool> mLiquid;
24 ::ll::TypedStorage<1, 1, bool> mFullOnly;
25 ::ll::TypedStorage<1, 1, bool> mIgnoreBorderBlocks;
26 ::ll::TypedStorage<1, 1, ::ShapeType> mShapeType;
27 ::ll::TypedStorage<4, 4, int> mMaxDistance;
28 ::ll::TypedStorage<8, 64, ::std::function<bool(::BlockSource const&, ::Block const&, bool)> const>
29 mShouldCheckBlock;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ~ClipParameters();
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
Definition Actor.h:104
Definition BlockSource.h:67
Definition Block.h:36
Definition Vec3.h:10
Definition ClipParameters.h:16