Class PaperTagSource<T extends org.bukkit.Keyed>

Type Parameters:
T - The class of tag this source provides.

public final class PaperTagSource<T extends org.bukkit.Keyed> extends CustomTagSource<T>
A set of tags provided by Paper.
  • Constructor Details

    • PaperTagSource

      @SafeVarargs public PaperTagSource(Iterable<org.bukkit.Tag<T>> tags, TagType<T>... types)
      Parameters:
      tags - The raw tags from Paper.
      types - The tag types this source represents.