Uses of Class
net.minecraft.client.render.model.json.ModelElement
Packages that use ModelElement
-
Uses of ModelElement in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelElementModifier and TypeMethodDescriptionprivate BakedQuadModelLoader.method_10384(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) -
Uses of ModelElement in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelElementMethods in net.minecraft.client.render.model.json that return ModelElementModifier and TypeMethodDescriptionModelElement.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelElementModifier and TypeMethodDescriptionprotected List<ModelElement>BlockModel.Deserializer.getElements(JsonDeserializationContext ctx, JsonObject json) BlockModel.getElements()private List<ModelElement>ItemModelGenerator.method_10063(int int2, String string, Sprite sprite) private List<ModelElement>ItemModelGenerator.method_10067(Sprite sprite, String string, int int2) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelElementModifierConstructorDescriptionprotectedBlockModel(List<ModelElement> elements, Map<String, String> textures, boolean ambientOcclusion, boolean bool, ModelTransformation transformation) privateBlockModel(Identifier identifier, List<ModelElement> elements, Map<String, String> textureMap, boolean ambientOcclusion, boolean bool, ModelTransformation transformation)