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.Method parameters in net.minecraft.client.render.model with type arguments of type ModelElementModifier and TypeMethodDescriptionstatic BakedGeometryUnbakedGeometry.bakeGeometry(List<ModelElement> elements, ModelTextures textures, Baker baker, ModelBakeSettings settings, SimpleModel model) Constructor parameters in net.minecraft.client.render.model with type arguments of type ModelElementModifierConstructorDescriptionUnbakedGeometry(List<ModelElement> elements) Creates an instance of aUnbakedGeometryrecord class. -
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)