Uses of Record Class
net.minecraft.client.render.model.json.ModelTransformation
Packages that use ModelTransformation
- 
Uses of ModelTransformation in net.minecraft.client.render.modelFields 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()default @Nullable ModelTransformationUnbakedModel.getTransformation()WrapperBakedModel.getTransformation()static ModelTransformationUnbakedModel.getTransformations(UnbakedModel model) Methods in net.minecraft.client.render.model with parameters of type ModelTransformationModifier and TypeMethodDescriptionstatic BakedModelBasicBakedModel.bake(List<ModelElement> elements, ModelTextures textures, SpriteGetter spriteGetter, ModelBakeSettings settings, boolean ambientOcclusion, boolean isSideLit, boolean hasDepth, ModelTransformation transformation) UnbakedModel.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, boolean ambientOcclusion, boolean isSideLit, ModelTransformation transformation) 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.jsonFields 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.getTransformation()Methods in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifier and TypeMethodDescriptionGeneratedItemModel.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, boolean ambientOcclusion, boolean isSideLit, ModelTransformation transformation) JsonUnbakedModel.bake(ModelTextures textures, Baker baker, ModelBakeSettings settings, boolean ambientOcclusion, boolean isSideLit, ModelTransformation transformation) private BakedModelGeneratedItemModel.create(ModelTextures textures, SpriteGetter spriteGetter, ModelBakeSettings settings, boolean ambientOcclusion, boolean isSideLit, ModelTransformation transformation) Constructors in net.minecraft.client.render.model.json with parameters of type ModelTransformationModifierConstructorDescriptionJsonUnbakedModel(@Nullable Identifier parentId, List<ModelElement> elements, ModelTextures.Textures textures, @Nullable Boolean ambientOcclusion, UnbakedModel.GuiLight guiLight, @Nullable ModelTransformation transformations)