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 ModelTransformationModelSettings.transformsThe field for thetransformsrecord component.Fields in net.minecraft.client.render.model with type parameters of type ModelTransformationModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property<ModelTransformation> ReferencedModelsCollector.Holder.TRANSFORMATIONS_PROPERTYMethods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionstatic ModelTransformationBakedSimpleModel.copyTransformations(BakedSimpleModel model) default ModelTransformationBakedSimpleModel.getTransformations()ReferencedModelsCollector.Holder.getTransformations()default @Nullable ModelTransformationUnbakedModel.transformations()ModelSettings.transforms()Returns the value of thetransformsrecord 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 ModelTransformationModelTransformation.NONEprivate final @Nullable ModelTransformationJsonUnbakedModel.transformationsThe field for thetransformationsrecord 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 thetransformationsrecord 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)