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 ModelTransformation
BasicBakedModel.Builder.transformation
private final ModelTransformation
BasicBakedModel.transformation
Methods in net.minecraft.client.render.model that return ModelTransformationModifier and TypeMethodDescriptionBakedModel.getTransformation()
BasicBakedModel.getTransformation()
default @Nullable ModelTransformation
UnbakedModel.getTransformation()
WrapperBakedModel.getTransformation()
static ModelTransformation
UnbakedModel.getTransformations
(UnbakedModel model) Methods in net.minecraft.client.render.model with parameters of type ModelTransformationModifier and TypeMethodDescriptionstatic BakedModel
BasicBakedModel.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.json
Fields in net.minecraft.client.render.model.json declared as ModelTransformationModifier and TypeFieldDescriptionstatic final ModelTransformation
ModelTransformation.NONE
private final @Nullable ModelTransformation
JsonUnbakedModel.transformations
Methods 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 BakedModel
GeneratedItemModel.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)