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 // prevent constructor by default
34 ClipParameters& operator=(ClipParameters const&);
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
Definition Actor.h:103
Definition BlockSource.h:67
Definition Block.h:38
Definition Vec3.h:10
Definition ClipParameters.h:16
MCAPI void $dtor()
MCAPI ~ClipParameters()