LeviLamina
Loading...
Searching...
No Matches
Shape.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
SharedTypes::v1_21_110 {
struct
Box
; }
8
// clang-format on
9
10
namespace
SharedTypes::v1_21_110 {
11
12
struct
Shape {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_110::Box>> mBoxes;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
Shape& operator=(Shape
const
&);
22
Shape(Shape
const
&);
23
Shape();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI ::SharedTypes::v1_21_110::Shape& operator=(
::SharedTypes::v1_21_110::Shape
&&);
29
// NOLINTEND
30
};
31
32
}
// namespace SharedTypes::v1_21_110
SharedTypes::v1_21_110::Box
Definition
Box.h:10
SharedTypes::v1_21_110::Shape
Definition
Shape.h:12
src
mc
deps
shared_types
v1_21_110
voxelshape
Shape.h
Generated on
for LeviLamina by
1.16.1