LeviLamina
Loading...
Searching...
No Matches
ClientPBRTextureData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/minecraft_renderer/resources/MERSTextureMode.h"
7#include "mc/deps/minecraft_renderer/resources/NormalTextureMode.h"
8
9// auto generated forward declare list
10// clang-format off
11struct PBRTexturePtrs;
12namespace mce { class TexturePtr; }
13namespace mce { struct ClientTexture; }
14// clang-format on
15
17public:
18 // ClientPBRTextureData inner types declare
19 // clang-format off
22 // clang-format on
23
24 // ClientPBRTextureData inner types define
25 struct ClientMERSTextureData {};
26
28
29public:
30 // member variables
31 // NOLINTBEGIN
32 ::ll::UntypedStorage<8, 8> mUnk480172;
33 ::ll::UntypedStorage<8, 16> mUnka68e22;
34 ::ll::UntypedStorage<8, 16> mUnkc6dbc2;
35 ::ll::UntypedStorage<8, 8> mUnk177e77;
36 ::ll::UntypedStorage<8, 8> mUnk9ebb09;
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
41 ClientPBRTextureData& operator=(ClientPBRTextureData const&);
42 ClientPBRTextureData(ClientPBRTextureData const&);
43 ClientPBRTextureData();
44
45public:
46 // member functions
47 // NOLINTBEGIN
49 ::PBRTexturePtrs const& texturePtrs,
50 ::mce::TexturePtr const& extra1,
51 ::mce::TexturePtr const& extra2
52 );
53
55 ::mce::ClientTexture const* color,
56 ::mce::ClientTexture const* mers,
57 ::MERSTextureMode mersMode,
58 ::mce::ClientTexture const* normal,
59 ::NormalTextureMode normalMode,
60 ::mce::ClientTexture const* extra1,
61 ::mce::ClientTexture const* extra2
62 );
63
64 MCNAPI ::mce::ClientTexture const* const getColorTexture() const;
65
66 MCNAPI ::mce::ClientTexture const* const getExtra1Texture() const;
67
68 MCNAPI ::mce::ClientTexture const* const getExtra2Texture() const;
69
70 MCNAPI ::mce::ClientTexture const* const getMERSTexture() const;
71
72 MCNAPI ::MERSTextureMode const& getMERSTextureMode() const;
73
74 MCNAPI ::mce::ClientTexture const* const getNormalTexture() const;
75
76 MCNAPI ::NormalTextureMode const& getNormalTextureMode() const;
77
78 MCNAPI bool isColorTextureValid() const;
79
80 MCNAPI bool isExtra1TextureValid() const;
81
82 MCNAPI bool isExtra2TextureValid() const;
83
84 MCNAPI bool isMERSTextureValid() const;
85
86 MCNAPI bool isNormalTextureValid() const;
87
88 MCNAPI void setColorTexture(::mce::ClientTexture const& colorTexture);
89
90 MCNAPI void setExtra2Texture(::mce::ClientTexture const& texture);
91
92 MCNAPI void setGlintTexture(::mce::ClientTexture const& glintTexture);
93 // NOLINTEND
94
95public:
96 // constructor thunks
97 // NOLINTBEGIN
98 MCNAPI void*
99 $ctor(::PBRTexturePtrs const& texturePtrs, ::mce::TexturePtr const& extra1, ::mce::TexturePtr const& extra2);
100
101 MCNAPI void* $ctor(
102 ::mce::ClientTexture const* color,
103 ::mce::ClientTexture const* mers,
104 ::MERSTextureMode mersMode,
105 ::mce::ClientTexture const* normal,
106 ::NormalTextureMode normalMode,
107 ::mce::ClientTexture const* extra1,
108 ::mce::ClientTexture const* extra2
109 );
110 // NOLINTEND
111};
Definition ClientPBRTextureData.h:5
MCAPI bool isMERSTextureValid() const
MCAPI void * $ctor(::PBRTexturePtrs const &texturePtrs, ::mce::TexturePtr const &extra1, ::mce::TexturePtr const &extra2)
MCAPI::MERSTextureMode const & getMERSTextureMode() const
MCAPI ClientPBRTextureData(::PBRTexturePtrs const &texturePtrs, ::mce::TexturePtr const &extra1, ::mce::TexturePtr const &extra2)
MCAPI::mce::ClientTexture const *const getColorTexture() const
MCAPI bool isNormalTextureValid() const
MCAPI::mce::ClientTexture const *const getExtra1Texture() const
MCAPI void setColorTexture(::mce::ClientTexture const &colorTexture)
MCAPI bool isColorTextureValid() const
MCAPI bool isExtra2TextureValid() const
MCAPI bool isExtra1TextureValid() const
MCAPI::mce::ClientTexture const *const getExtra2Texture() const
MCAPI void setGlintTexture(::mce::ClientTexture const &glintTexture)
MCAPI::mce::ClientTexture const *const getMERSTexture() const
MCAPI void setExtra2Texture(::mce::ClientTexture const &texture)
MCAPI ClientPBRTextureData(::mce::ClientTexture const *color, ::mce::ClientTexture const *mers, ::MERSTextureMode mersMode, ::mce::ClientTexture const *normal, ::NormalTextureMode normalMode, ::mce::ClientTexture const *extra1, ::mce::ClientTexture const *extra2)
MCAPI::NormalTextureMode const & getNormalTextureMode() const
MCAPI void * $ctor(::mce::ClientTexture const *color, ::mce::ClientTexture const *mers, ::MERSTextureMode mersMode, ::mce::ClientTexture const *normal, ::NormalTextureMode normalMode, ::mce::ClientTexture const *extra1, ::mce::ClientTexture const *extra2)
MCAPI::mce::ClientTexture const *const getNormalTexture() const
Definition TexturePtr.h:7
Definition ClientPBRTextureData.h:14
Definition ClientPBRTextureData.h:16
Definition PBRTexturePtrs.h:5
Definition ClientTexture.h:7