Uses of Class
net.minecraft.client.render.model.json.ModelElement
Packages that use ModelElement
-
Uses of ModelElement in net.minecraft
Fields in net.minecraft with type parameters of type ModelElementMethods in net.minecraft that return types with arguments of type ModelElementModifier and TypeMethodDescriptionprotected List<ModelElement>class_4231.class_2447.method_10024(JsonDeserializationContext jsonDeserializationContext, JsonObject jsonObject) class_4231.method_19210()Methods in net.minecraft with parameters of type ModelElementModifier and TypeMethodDescriptionprivate static BakedQuadclass_4231.method_19211(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) Constructor parameters in net.minecraft with type arguments of type ModelElementModifierConstructorDescriptionclass_4231(Identifier identifier, List<ModelElement> list, Map<String, String> map, boolean bool, boolean bool2, ModelTransformation modelTransformation, List<class_2874> list2) -
Uses of ModelElement in net.minecraft.client.render.model.json
Methods 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 TypeMethodDescriptionprivate List<ModelElement>ItemModelGenerator.method_10063(int int2, String string, Sprite sprite) private List<ModelElement>ItemModelGenerator.method_10067(Sprite sprite, String string, int int2)