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;
64 virtual ::std::string
const& getName() const ;
73 virtual
bool isNetworkComponent() const ;
76 virtual ::
std::unique_ptr<::
CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const ;
79 virtual
void initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx) ;
82 virtual
void handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion) ;
96 ::
std::
string const& textureName,
97 ::BlockRenderLayer renderLayer,
98 float ambientOcclusion,
100 ::TintMethod tintMethod,
101 bool randomizeUVRotation,
102 bool supportsTextureVariations
113 MCAPI static
void bindType(::cereal::ReflectionCtx&
ctx);
115 MCAPI static
bool postParseConstraint(
117 ::Json::Value const& componentJson,
125 MCAPI static ::
std::
string const& NameID();
136 ::
std::
string const& textureName,
137 ::BlockRenderLayer renderLayer,
138 float ambientOcclusion,
140 ::TintMethod tintMethod,
141 bool randomizeUVRotation,
142 bool supportsTextureVariations
155 MCAPI ::
std::
string const& $getName() const;
161 MCFOLD
bool $isNetworkComponent() const;
163 MCAPI ::
std::unique_ptr<::
CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const&
ctx) const;
165 MCAPI
void $initializeFromNetwork(::
CompoundTag const& tag, ::cereal::ReflectionCtx const&
ctx);
167 MCAPI
void $handleVersionBasedInitialization(::
SemVersion const& originalJsonVersion);