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;
35 MCAPI BatchKey(
int depth,
float alpha, ::BatchClippingState
const& clippingState);
40 ::mce::Color
const& color,
41 ::ResourceLocation
const& resourceLocation,
42 ::BatchClippingState
const& clippingState,
43 ::UIMaterialType materialType
52 MCAPI
void* $ctor(
int depth,
float alpha, ::BatchClippingState
const& clippingState);
57 ::mce::Color
const& color,
58 ::ResourceLocation
const& resourceLocation,
59 ::BatchClippingState
const& clippingState,
60 ::UIMaterialType materialType