| Name | <ItemTag.removed_components> |
| Returns | ListTag |
| Mechanism | ItemTag.removed_components |
| Description | (Property) Returns the item components explicitly removed from an item.
This can be used to remove item's default behavior, such as making consumable items non-consumable. Alternatively, use ItemTag.remove_component to remove a single component. See Item Components for more information. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/ItemRemovedComponents.java#L14 |