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 TypeMethodDescriptiondefault ModelTransformationclass_10819.method_68043()static ModelTransformationclass_10819.method_68060(class_10819 class_10819) 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.class_10815<ModelTransformation> ReferencedModelsCollector.class_10814.field_56997Methods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionReferencedModelsCollector.class_10814.method_68043()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 class_10820 class_10820, UnbakedModel.GuiLight guiLight, @Nullable Boolean bool, @Nullable ModelTransformation modelTransformation, ModelTextures.Textures textures, @Nullable Identifier identifier)