LeviLamina
Loading...
Searching...
No Matches
HudHorseJumpRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/deps/minecraft_renderer/renderer/TexturePtr.h"
8
9// auto generated forward declare list
10// clang-format off
11class IClientInstance;
12class LocalPlayer;
14class UIControl;
16class UIResolvedDef;
17class UIScene;
18namespace mce { class TextureGroup; }
19// clang-format on
20
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 32, ::mce::TexturePtr> mHorseJumpEmpty;
26 ::ll::TypedStorage<8, 32, ::mce::TexturePtr> mHorseJumpFull;
27 ::ll::TypedStorage<1, 1, bool> mHasLoadedTextures;
28 ::ll::TypedStorage<1, 1, bool> mIsReplacedWhileInactive;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 HudHorseJumpRenderer();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual ~HudHorseJumpRenderer() /*override*/;
39
40 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
41
42 virtual void render(
43 ::MinecraftUIRenderContext& renderContext,
44 ::IClientInstance& client,
45 ::UIControl& owner,
46 int pass
47 ) /*override*/;
48
49 virtual bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) /*override*/;
50 // NOLINTEND
51
52public:
53 // member functions
54 // NOLINTBEGIN
55 MCAPI explicit HudHorseJumpRenderer(::UIResolvedDef const& def);
56
57 MCAPI void _loadHorseJumpTextures(::std::shared_ptr<::mce::TextureGroup> textureGroup);
58 // NOLINTEND
59
60public:
61 // static functions
62 // NOLINTBEGIN
63 MCAPI static bool
64 canRender(::IClientInstance const& client, ::LocalPlayer const& player, bool isReplacedWhileInactive);
65 // NOLINTEND
66
67public:
68 // constructor thunks
69 // NOLINTBEGIN
70 MCAPI void* $ctor(::UIResolvedDef const& def);
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCAPI void $dtor();
77 // NOLINTEND
78
79public:
80 // virtual function thunks
81 // NOLINTBEGIN
82 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
83
84 MCAPI void
85 $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int pass);
86
87 MCAPI bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
88 // NOLINTEND
89
90public:
91 // vftables
92 // NOLINTBEGIN
93 MCNAPI static void** $vftable();
94 // NOLINTEND
95};
Definition HudHorseJumpRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition LocalPlayer.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIResolvedDef.h:5
Definition UIScene.h:5
Definition TextureGroup.h:7