From becb47c4ebea8dc0b14a93fb58a4c59f5d4e4780 Mon Sep 17 00:00:00 2001 From: SkytAsul Date: Sun, 26 Dec 2021 08:57:12 +1100 Subject: [PATCH] #699: Add missing information to javadoc of ItemFlag#HIDE_POTION_EFFECTS --- src/main/java/org/bukkit/inventory/ItemFlag.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/bukkit/inventory/ItemFlag.java b/src/main/java/org/bukkit/inventory/ItemFlag.java index e2434e96..4fa17dd2 100644 --- a/src/main/java/org/bukkit/inventory/ItemFlag.java +++ b/src/main/java/org/bukkit/inventory/ItemFlag.java @@ -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, /**