Class SkriptTagSource<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.SkriptTagSource<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static SkriptTagSource
<org.bukkit.Material> BLOCKS()
static SkriptTagSource
<org.bukkit.entity.EntityType> ENTITIES()
static SkriptTagSource
<org.bukkit.Material> ITEMS()
static void
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
-
Method Details
-
makeDefaultSources
public static void makeDefaultSources() -
addTag
-
ITEMS
- Returns:
- Skript tag source for item contexts
-
BLOCKS
- Returns:
- Skript tag source for block contexts
-
ENTITIES
- Returns:
- Skript tag source for entities
-