mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 12:56:30 +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
|
* 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