Package io.papermc.paper.registry.tag
Interface Tag<T extends Keyed>
- Type Parameters:
T-
- All Superinterfaces:
Iterable<TypedKey<T>>,RegistryKeySet<T>,RegistrySet<T>
A named
RegistryKeySet which are created
via the datapack tag system.- See Also:
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface io.papermc.paper.registry.set.RegistryKeySet
contains, iterator, resolve, size, valuesMethods inherited from interface io.papermc.paper.registry.set.RegistrySet
isEmpty, registryKey
-
Method Details
-
tagKey
Get the identifier for this named set.- Returns:
- the tag key identifier
-