3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIMaterialType.h"
7#include "mc/client/gui/screens/BatchClippingState.h"
8#include "mc/client/gui/screens/UIBatchType.h"
9#include "mc/client/gui/screens/UIItemRenderInfo.h"
10#include "mc/deps/core/math/Color.h"
11#include "mc/deps/core/resource/ResourceLocation.h"
17 ::ll::TypedStorage<4, 4, ::UIBatchType> mBatchType;
18 ::ll::TypedStorage<4, 4, int> mCustomId;
19 ::ll::TypedStorage<4, 4, int> mDepth;
20 ::ll::TypedStorage<4, 4, float> mAlpha;
21 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
22 ::ll::TypedStorage<4, 4, ::UIMaterialType> mUIMaterialType;
23 ::ll::TypedStorage<4, 20, ::BatchClippingState> mClippingState;
24 ::ll::TypedStorage<8, 112, ::std::array<::ResourceLocation, 2>> mResourceLocations;
25 ::ll::TypedStorage<1, 1, ::UIItemRenderInfo> mUIItemRenderInfo;
30 BatchKey& operator=(BatchKey
const&);
36 MCAPI BatchKey(::BatchKey&& rha);
38 MCAPI BatchKey(::BatchKey
const& rha);
40 MCAPI BatchKey(
int depth,
float alpha, ::BatchClippingState
const& clippingState);
45 ::mce::Color
const& color,
46 ::ResourceLocation
const& resourceLocation,
47 ::BatchClippingState
const& clippingState,
48 ::UIMaterialType materialType
51 MCAPI
bool operator==(::BatchKey
const& rhs)
const;
59 MCAPI
void* $ctor(::BatchKey&& rha);
61 MCAPI
void* $ctor(::BatchKey
const& rha);
63 MCAPI
void* $ctor(
int depth,
float alpha, ::BatchClippingState
const& clippingState);
68 ::mce::Color
const& color,
69 ::ResourceLocation
const& resourceLocation,
70 ::BatchClippingState
const& clippingState,
71 ::UIMaterialType materialType