Uses of Interface
io.papermc.paper.registry.tag.Tag
Packages that use Tag
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Tag in io.papermc.paper.registry.event
Methods in io.papermc.paper.registry.event that return TagModifier and TypeMethodDescriptionRegistryEntryAddEvent.getOrCreateTag(TagKey<V> tagKey) Gets or creates a tag for the given tag key.RegistryFreezeEvent.getOrCreateTag(TagKey<V> tagKey) Gets or creates a tag for the given tag key. -
Uses of Tag in org.bukkit
Methods in org.bukkit that return Tag