#536: Add missing ItemFlag.HIDE_DYE

By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
Bukkit/Spigot 2020-08-13 11:07:31 +10:00
parent e5609360b2
commit 319278404d

View File

@ -28,5 +28,9 @@ public enum ItemFlag {
/**
* Setting to show/hide potion effects on this ItemStack
*/
HIDE_POTION_EFFECTS;
HIDE_POTION_EFFECTS,
/**
* Setting to show/hide dyes from coloured leather armour
*/
HIDE_DYE;
}