Uses of Class
net.minecraft.client.render.model.json.ModelTransformation
| Package | Description |
|---|---|
| net.minecraft.client.render.model | |
| net.minecraft.client.render.model.json |
-
Uses of ModelTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTransformation Modifier and Type Field Description private ModelTransformationBasicBakedModel.Builder. transformationprotected ModelTransformationBasicBakedModel. transformationprivate ModelTransformationBuiltinBakedModel. transformationprotected ModelTransformationMultipartBakedModel. transformationsMethods in net.minecraft.client.render.model that return ModelTransformation Modifier and Type Method Description ModelTransformationBakedModel. getTransformation()ModelTransformationBasicBakedModel. getTransformation()ModelTransformationBuiltinBakedModel. getTransformation()ModelTransformationMultipartBakedModel. getTransformation()ModelTransformationWeightedBakedModel. getTransformation()Constructors in net.minecraft.client.render.model with parameters of type ModelTransformation Constructor Description BasicBakedModel(List<BakedQuad> quads, Map<Direction,List<BakedQuad>> faceQuads, boolean usesAo, boolean isSideLit, boolean hasDepth, Sprite sprite, ModelTransformation transformation, ModelOverrideList itemPropertyOverrides)Builder(boolean usesAo, boolean isSideLit, boolean hasDepth, ModelTransformation transformation, ModelOverrideList itemPropertyOverrides)BuiltinBakedModel(ModelTransformation transformation, ModelOverrideList itemPropertyOverrides, Sprite sprite, boolean sideLit) -
Uses of ModelTransformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelTransformation Modifier and Type Field Description static ModelTransformationModelTransformation. NONEprivate ModelTransformationJsonUnbakedModel. transformationsMethods in net.minecraft.client.render.model.json that return ModelTransformation Modifier and Type Method Description ModelTransformationModelTransformation.Deserializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)ModelTransformationJsonUnbakedModel. getTransformations()Constructors in net.minecraft.client.render.model.json with parameters of type ModelTransformation Constructor Description JsonUnbakedModel(@Nullable Identifier parentId, List<ModelElement> elements, Map<String,com.mojang.datafixers.util.Either<SpriteIdentifier,String>> textureMap, boolean ambientOcclusion, @Nullable JsonUnbakedModel.GuiLight guiLight, ModelTransformation transformations, List<ModelOverride> overrides)ModelTransformation(ModelTransformation other)