37 ::ll::TypedStorage<8, 32, ::std::string> textureName;
38 ::ll::TypedStorage<4, 4, float> ambientOcclusion;
39 ::ll::TypedStorage<1, 1, ::BlockRenderLayer> renderLayer;
40 ::ll::TypedStorage<1, 1, ::TintMethod> tintMethod;
41 ::ll::TypedStorage<1, 1, ::BlockMaterialInstancePackedBools> packedBools;
49 ::ll::TypedStorage<8, 32, ::std::string> materialName;
50 ::ll::TypedStorage<8, 40, ::BlockMaterialInstancesDescription::BlockMaterialInstanceData> materialInstanceData;
57 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::BlockMaterialInstance>> mMaterials;
58 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::string>> mMaterialMappings;
63 BlockMaterialInstancesDescription(BlockMaterialInstancesDescription
const&);
64 BlockMaterialInstancesDescription();
69 virtual ::std::string
const& getName() const ;
75 virtual
bool isNetworkComponent() const ;
77 virtual ::
std::unique_ptr<::
CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const ;
79 virtual
void initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx) ;
81 virtual
void handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion) ;
83 virtual ~BlockMaterialInstancesDescription() ;
89 MCAPI explicit BlockMaterialInstancesDescription(
93 MCAPI BlockMaterialInstancesDescription(
94 ::
std::
string const& textureName,
95 ::BlockRenderLayer renderLayer,
96 float ambientOcclusion,
98 ::TintMethod tintMethod,
99 bool randomizeUVRotation,
100 bool supportsTextureVariations,
101 bool alphaMaskedTint,
105 MCAPI ::BlockMaterialInstancesDescription& operator=(::BlockMaterialInstancesDescription const&);
111 MCAPI static
void bindType(::cereal::ReflectionCtx&
ctx);
114 postParseConstraint(::
Experiments const&, ::Json::Value const& componentJson, ::
SemVersion const& jsonVersion);
120 MCAPI static ::
std::
string const& NameID();
128 MCAPI
void* $ctor(::
std::vector<::BlockMaterialInstancesDescription::
BlockMaterialData> const& materialDatas);
131 ::
std::
string const& textureName,
132 ::BlockRenderLayer renderLayer,
133 float ambientOcclusion,
135 ::TintMethod tintMethod,
136 bool randomizeUVRotation,
137 bool supportsTextureVariations,
138 bool alphaMaskedTint,
152 MCAPI ::
std::
string const& $getName() const;
158 MCFOLD
bool $isNetworkComponent() const;
160 MCAPI ::
std::unique_ptr<::
CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const;
162 MCAPI
void $initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx);
164 MCAPI
void $handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion);