mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-18 12:25:07 +00:00
#536: Add missing ItemFlag.HIDE_DYE
This commit is contained in:
parent
b2e0ded3de
commit
e9c37513e0
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue