Name | material |
Object | ItemTag |
Input | MaterialTag |
Related Tags | <ItemTag.material> Returns the MaterialTag that is the basis of the item. (...)
|
Description | Changes the item's material to the given material.
Only copies the base material type, not any advanced block-data material properties. Note that this may cause some properties of the item to be lost. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java#L735 |