LeviLamina
Loading...
Searching...
No Matches
ScriptStructurePlaceOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/AnimationMode.h"
7#include "mc/util/Mirror.h"
8#include "mc/util/Rotation.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Scripting { struct InterfaceBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 2, ::std::optional<::Mirror>> mMirror;
22 ::ll::TypedStorage<1, 2, ::std::optional<::Rotation>> mRotation;
23 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mIncludeEntities;
24 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mIncludeBlocks;
25 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mWaterlogged;
26 ::ll::TypedStorage<4, 8, ::std::optional<float>> mIntegrity;
27 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mIntegritySeed;
28 ::ll::TypedStorage<1, 2, ::std::optional<::AnimationMode>> mAnimationMode;
29 ::ll::TypedStorage<4, 8, ::std::optional<float>> mAnimationSeconds;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static ::Scripting::InterfaceBinding bind();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCFOLD void $dtor();
48 // NOLINTEND
49};
50
51} // namespace ScriptModuleMinecraft
Definition ScriptStructurePlaceOptions.h:17
Definition InterfaceBinding.h:16