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 ModelTransformationBasicBakedModel.Builder.transformationprivate final ModelTransformationBasicBakedModel.transformationMethods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionBakedModel.getTransformation()BasicBakedModel.getTransformation()WrapperBakedModel.getTransformation()default @Nullable ModelTransformationUnbakedModel.method_65540()static ModelTransformationUnbakedModel.method_65768(UnbakedModel unbakedModel) Methods in net.minecraft.client.render.model with parameters of type ModelTransformationModifier and TypeMethodDescriptionUnbakedModel.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) static BakedModelBasicBakedModel.method_65762(List<ModelElement> list, class_10419 class_10419, class_10527 class_10527, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, boolean bool3, ModelTransformation modelTransformation) Constructors in net.minecraft.client.render.model with parameters of type ModelTransformationModifierConstructorDescriptionBasicBakedModel(List<BakedQuad> quads, Map<Direction, List<BakedQuad>> faceQuads, boolean usesAo, boolean isSideLit, boolean hasDepth, Sprite sprite, ModelTransformation transformation) Builder(boolean usesAo, boolean isSideLit, boolean hasDepth, ModelTransformation transformation) -
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.transformationsMethods in net.minecraft.client.render.model.json that return ModelTransformationModifier and TypeMethodDescriptionModelTransformation.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) JsonUnbakedModel.method_65540()Methods in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifier and TypeMethodDescriptionItemModelGenerator.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) JsonUnbakedModel.bake(class_10419 class_10419, Baker baker, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) private BakedModelItemModelGenerator.create(class_10419 class_10419, class_10527 class_10527, ModelBakeSettings modelBakeSettings, boolean bool, boolean bool2, ModelTransformation modelTransformation) Constructors in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifierConstructorDescriptionJsonUnbakedModel(@Nullable Identifier parentId, List<ModelElement> elements, class_10419.class_10420 class_10420, @Nullable Boolean ambientOcclusion, UnbakedModel.GuiLight guiLight, @Nullable ModelTransformation transformations)