From 81a2b53216f562cfaafee2c919ea837f64606cab Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 15 Jul 2018 16:47:59 +1000 Subject: Add clarifying documentation to Tag --- src/main/java/org/bukkit/Tag.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/org') diff --git a/src/main/java/org/bukkit/Tag.java b/src/main/java/org/bukkit/Tag.java index 9b748a98..0f8b0567 100644 --- a/src/main/java/org/bukkit/Tag.java +++ b/src/main/java/org/bukkit/Tag.java @@ -6,6 +6,9 @@ import java.util.Set; * Represents a tag that may be defined by the server or a resource pack to * group like things together. * + * Note that whilst all tags defined within this interface must be present in + * implementations, their existence is not guaranteed across future versions. + * * @param the type of things grouped by this tag */ public interface Tag { -- cgit v1.2.3