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 SummaryMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface io.papermc.paper.registry.set.RegistryKeySetcontains, iterator, resolve, size, valuesMethods inherited from interface io.papermc.paper.registry.set.RegistrySetisEmpty, registryKey
- 
Method Details- 
tagKeyGet the identifier for this named set.- Returns:
- the tag key identifier
 
 
-