#536: Add missing ItemFlag.HIDE_DYE

This commit is contained in:
Parker Hawke 2020-08-13 11:07:31 +10:00 committed by md_5
parent b2e0ded3de
commit e9c37513e0
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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;
}