SPIGOT-7296: Add ItemFlag#HIDE_ARMOR_TRIM

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2023-03-16 06:42:23 +11:00
parent 706a880b08
commit fff80f432d

View File

@@ -31,7 +31,11 @@ public enum ItemFlag {
*/ */
HIDE_POTION_EFFECTS, HIDE_POTION_EFFECTS,
/** /**
* Setting to show/hide dyes from coloured leather armour * Setting to show/hide dyes from colored leather armor.
*/ */
HIDE_DYE; HIDE_DYE,
/**
* Setting to show/hide armor trim from leather armor.
*/
HIDE_ARMOR_TRIM;
} }