LeviLamina
Loading...
Searching...
No Matches
ScriptWaypointTextureSelector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/ServerWaypoint.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { struct ScriptWaypointTextureBounds; }
11namespace Scripting { struct InterfaceBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::ScriptModuleMinecraft::ScriptWaypointTextureBounds>> mTextureBoundsList;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ::ServerWaypoint::TextureSelector getNative() const;
27
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static ::Scripting::InterfaceBinding bind();
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraft
Definition ScriptWaypointTextureBounds.h:18
Definition ScriptWaypointTextureSelector.h:16
Definition InterfaceBinding.h:16