#699: Add missing information to javadoc of ItemFlag#HIDE_POTION_EFFECTS

By: SkytAsul <skytasul@gmail.com>
This commit is contained in:
Bukkit/Spigot 2021-12-26 08:57:12 +11:00
parent e9b09df87c
commit a4c6cce830

View file

@ -26,7 +26,8 @@ public enum ItemFlag {
*/
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,
/**