36 ::ll::TypedStorage<8, 32, ::std::string> textureName;
37 ::ll::TypedStorage<4, 4, float> ambientOcclusion;
38 ::ll::TypedStorage<1, 1, ::BlockRenderLayer> renderLayer;
39 ::ll::TypedStorage<1, 1, ::TintMethod> tintMethod;
40 ::ll::TypedStorage<1, 1, ::BlockMaterialInstancePackedBools> packedBools;
48 ::ll::TypedStorage<8, 32, ::std::string> materialName;
49 ::ll::TypedStorage<8, 40, ::BlockMaterialInstancesDescription::BlockMaterialInstanceData> materialInstanceData;
56 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::BlockMaterialInstance>> mMaterials;
57 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::string>> mMaterialMappings;
63 virtual ::std::string
const& getName() const ;
69 virtual
bool isNetworkComponent() const ;
71 virtual ::
std::unique_ptr<::
CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const ;
73 virtual
void initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx) ;
75 virtual
void handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion) ;
77 virtual ~BlockMaterialInstancesDescription() ;
83 MCAPI BlockMaterialInstancesDescription();
85 MCAPI BlockMaterialInstancesDescription(::BlockMaterialInstancesDescription const&);
87 MCAPI BlockMaterialInstancesDescription(
88 ::
std::
string const& textureName,
89 ::BlockRenderLayer renderLayer,
90 float ambientOcclusion,
92 ::TintMethod tintMethod,
93 bool randomizeUVRotation,
94 bool supportsTextureVariations,
99 MCAPI ::BlockMaterialInstancesDescription& operator=(::BlockMaterialInstancesDescription&&);
101 MCAPI ::BlockMaterialInstancesDescription& operator=(::BlockMaterialInstancesDescription const&);
107 MCAPI static
void bindType(::cereal::ReflectionCtx&
ctx);
110 postParseConstraint(::
Experiments const&, ::Json::Value const& componentJson, ::
SemVersion const& jsonVersion);
116 MCAPI static ::
std::
string const& NameID();
124 MCAPI
void* $ctor(::BlockMaterialInstancesDescription const&);
127 ::
std::
string const& textureName,
128 ::BlockRenderLayer renderLayer,
129 float ambientOcclusion,
131 ::TintMethod tintMethod,
132 bool randomizeUVRotation,
133 bool supportsTextureVariations,
134 bool alphaMaskedTint,
148 MCAPI ::
std::
string const& $getName() const;
154 MCFOLD
bool $isNetworkComponent() const;
156 MCAPI ::
std::unique_ptr<::
CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const;
158 MCAPI
void $initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx);
160 MCAPI
void $handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion);