From 93510b0edfbdc1a38121bc5df904c275be05063d Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 15 Jul 2018 16:47:59 +1000 Subject: [PATCH] Add clarifying documentation to Tag By: md_5 --- paper-api/src/main/java/org/bukkit/Tag.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paper-api/src/main/java/org/bukkit/Tag.java b/paper-api/src/main/java/org/bukkit/Tag.java index 9b748a9820..0f8b056723 100644 --- a/paper-api/src/main/java/org/bukkit/Tag.java +++ b/paper-api/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 {