Uses of Record Class
net.minecraft.client.render.model.json.ModelTransformation
Packages that use ModelTransformation
-
Uses of ModelTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTransformationModifier and TypeFieldDescriptionprivate final ModelTransformation
ModelSettings.transforms
The field for thetransforms
record component.Fields in net.minecraft.client.render.model with type parameters of type ModelTransformationModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property
<ModelTransformation> ReferencedModelsCollector.Holder.TRANSFORMATIONS_PROPERTY
Methods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionstatic ModelTransformation
BakedSimpleModel.copyTransformations
(BakedSimpleModel model) default ModelTransformation
BakedSimpleModel.getTransformations()
ReferencedModelsCollector.Holder.getTransformations()
default @Nullable ModelTransformation
UnbakedModel.transformations()
ModelSettings.transforms()
Returns the value of thetransforms
record component.Constructors in net.minecraft.client.render.model with parameters of type ModelTransformationModifierConstructorDescriptionModelSettings
(boolean bool, Sprite sprite, ModelTransformation modelTransformation) -
Uses of ModelTransformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelTransformationModifier and TypeFieldDescriptionstatic final ModelTransformation
ModelTransformation.NONE
private final @Nullable ModelTransformation
JsonUnbakedModel.transformations
The field for thetransformations
record component.Methods in net.minecraft.client.render.model.json that return ModelTransformationModifier and TypeMethodDescriptionModelTransformation.Deserializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) JsonUnbakedModel.transformations()
Returns the value of thetransformations
record component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifierConstructorDescriptionJsonUnbakedModel
(@Nullable Geometry geometry, UnbakedModel.GuiLight guiLight, @Nullable Boolean bool, @Nullable ModelTransformation modelTransformation, ModelTextures.Textures textures, @Nullable Identifier identifier)