mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
#699: Add missing information to javadoc of ItemFlag#HIDE_POTION_EFFECTS
This commit is contained in:
parent
f3a8a4ce43
commit
becb47c4eb
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ public enum ItemFlag {
|
||||||
*/
|
*/
|
||||||
HIDE_PLACED_ON,
|
HIDE_PLACED_ON,
|
||||||
/**
|
/**
|
||||||
* Setting to show/hide potion effects on this ItemStack
|
* Setting to show/hide potion effects, book and firework information, map
|
||||||
|
* tooltips, and enchantments of enchanted books.
|
||||||
*/
|
*/
|
||||||
HIDE_POTION_EFFECTS,
|
HIDE_POTION_EFFECTS,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue