LeviLamina
Loading...
Searching...
No Matches
ScriptWaypointTextureBounds.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result.h"
7#include "mc/world/ServerWaypoint.h"
8#include "mc/world/actor/player/vanilla_waypoint_manager_constants/ImageType.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Scripting { struct EngineError; }
13namespace Scripting { struct InterfaceBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 16, ::ServerWaypoint::Texture> mTexture;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::Scripting::Result<::VanillaWaypointManagerConstants::ImageType, ::Scripting::EngineError>
29 getTexture() const;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::Scripting::InterfaceBinding bind();
36 // NOLINTEND
37};
38
39} // namespace ScriptModuleMinecraft
Definition ScriptWaypointTextureBounds.h:18
Definition EngineError.h:15
Definition InterfaceBinding.h:16