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, spliterator
Methods inherited from interface io.papermc.paper.registry.set.RegistryKeySet
contains, iterator, resolve, size, values
Methods 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
-