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

This commit is contained in:
SkytAsul 2021-12-26 08:57:12 +11:00 committed by md_5
parent f3a8a4ce43
commit becb47c4eb
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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,
/** /**