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 TagModifier and TypeMethodDescriptionGets the named registry set (tag) for the given key.Methods in org.bukkit that return types with arguments of type TagModifier and TypeMethodDescriptionCollection
<Tag<T>> Registry.getTags()
Gets all the tags in this registry.Collection
<Tag<A>> Registry.NotARegistry.getTags()