diff options
-rw-r--r-- | src/main/java/org/bukkit/Tag.java | 3 |
1 files changed, 3 insertions, 0 deletions
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 <T> the type of things grouped by this tag */ public interface Tag<T extends Keyed> { |