Uses of Record Class
net.minecraft.client.render.model.json.ModelTransformation
Packages that use ModelTransformation
Package
Description
The base package for all Minecraft classes.
-
Uses of ModelTransformation in net.minecraft
Fields in net.minecraft declared as ModelTransformationModifier and TypeFieldDescriptionprivate final ModelTransformationclass_10809.transformsThe field for thetransformsrecord component.Methods in net.minecraft that return ModelTransformationModifier and TypeMethodDescriptionstatic ModelTransformationclass_10819.copyTransformations(class_10819 class_10819) default ModelTransformationclass_10819.getTransformations()class_10809.transforms()Returns the value of thetransformsrecord component.Constructors in net.minecraft with parameters of type ModelTransformationModifierConstructorDescriptionclass_10809(boolean bool, Sprite sprite, ModelTransformation modelTransformation) -
Uses of ModelTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelTransformationModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property<ModelTransformation> ReferencedModelsCollector.class_10814.TRANSFORMATIONS_PROPERTYMethods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionReferencedModelsCollector.class_10814.getTransformations()default @Nullable ModelTransformationUnbakedModel.transformations() -
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)