Uses of Record Class
net.minecraft.client.render.model.json.ModelElement
Packages that use ModelElement
-
Uses of ModelElement in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelElementModifier and TypeFieldDescriptionprivate final List<ModelElement> UnbakedGeometry.elementsThe field for theelementsrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type ModelElementModifier and TypeMethodDescriptionUnbakedGeometry.elements()Returns the value of theelementsrecord component.Methods in net.minecraft.client.render.model with parameters of type ModelElementModifier and TypeMethodDescriptionprivate static BakedQuadUnbakedGeometry.method_67932(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelBakeSettings modelBakeSettings) Method parameters in net.minecraft.client.render.model with type arguments of type ModelElementModifier and TypeMethodDescriptionstatic BakedGeometryUnbakedGeometry.method_67934(List<ModelElement> list, ModelTextures modelTextures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings modelBakeSettings, SimpleModel simpleModel) Constructor parameters in net.minecraft.client.render.model 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)