Class PaperTagSource<T extends org.bukkit.Keyed>
java.lang.Object
org.skriptlang.skript.bukkit.tags.sources.TagSource<T>
org.skriptlang.skript.bukkit.tags.sources.CustomTagSource<T>
org.skriptlang.skript.bukkit.tags.sources.PaperTagSource<T>
- Type Parameters:
T
- The class of tag this source provides.
A set of tags provided by Paper.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.skriptlang.skript.bukkit.tags.sources.CustomTagSource
getAllTags, getTag
Methods inherited from class org.skriptlang.skript.bukkit.tags.sources.TagSource
getAllTagsMatching, getOrigin, getTypes
-
Constructor Details
-
PaperTagSource
- Parameters:
tags
- The raw tags from Paper.types
- The tag types this source represents.
-