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.elements
The field for theelements
record component.Methods in net.minecraft.client.render.model that return types with arguments of type ModelElementModifier and TypeMethodDescriptionUnbakedGeometry.elements()
Returns the value of theelements
record component.Methods in net.minecraft.client.render.model with parameters of type ModelElementModifier and TypeMethodDescriptionprivate static BakedQuad
UnbakedGeometry.bakeQuad
(ModelElement element, ModelElementFace face, Sprite sprite, Direction facing, ModelBakeSettings settings) Method parameters in net.minecraft.client.render.model with type arguments of type ModelElementModifier and TypeMethodDescriptionstatic BakedGeometry
UnbakedGeometry.bakeGeometry
(List<ModelElement> elements, ModelTextures textures, ErrorCollectingSpriteGetter errorCollectingSpriteGetter, ModelBakeSettings settings, SimpleModel model) 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 tintIndex, String name, SpriteContents spriteContents) private static List
<ModelElement> GeneratedItemModel.addSubComponents
(SpriteContents spriteContents, String string, int int2)