mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Add clarifying documentation to Tag
This commit is contained in:
parent
8ef78e74f2
commit
81a2b53216
1 changed files with 3 additions and 0 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue