Uses of Record Class
net.minecraft.client.render.model.json.ModelElement
Packages that use ModelElement
Package
Description
The base package for all Minecraft classes.
-
Uses of ModelElement in net.minecraft
Fields in net.minecraft with type parameters of type ModelElementModifier and TypeFieldDescriptionprivate final List<ModelElement> class_10802.elementsThe field for theelementsrecord component.Methods in net.minecraft that return types with arguments of type ModelElementModifier and TypeMethodDescriptionclass_10802.elements()Returns the value of theelementsrecord component.Methods in net.minecraft with parameters of type ModelElementModifier and TypeMethodDescriptionprivate static BakedQuadclass_10802.method_67932(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings) Method parameters in net.minecraft with type arguments of type ModelElementModifier and TypeMethodDescriptionstatic BakedGeometryclass_10802.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, class_10813 class_10813) Constructor parameters in net.minecraft with type arguments of type ModelElement -
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 static List<ModelElement> GeneratedItemModel.addLayerElements(int int2, String string, SpriteContents spriteContents) private static List<ModelElement> GeneratedItemModel.addSubComponents(SpriteContents spriteContents, String string, int int2)