Package org.bukkit

Interface Tag<T extends Keyed>

Type Parameters:
T - the type of things grouped by this tag
All Superinterfaces:
Keyed

public interface Tag<T extends Keyed>
extends Keyed
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.