Uses of Interface
io.papermc.paper.tag.TagEntry
Packages that use TagEntry
-
Uses of TagEntry in io.papermc.paper.tag
Methods in io.papermc.paper.tag that return TagEntryModifier and TypeMethodDescriptionstatic <T> TagEntry
<T> Create a required tag entry for a nested tag.static <T> TagEntry
<T> Create a tag entry for a nested tag.static <T> TagEntry
<T> TagEntry.valueEntry
(TypedKey<T> entryKey) Create required tag entry for a single value.static <T> TagEntry
<T> TagEntry.valueEntry
(TypedKey<T> entryKey, boolean isRequired) Create tag entry for a single value.Methods in io.papermc.paper.tag that return types with arguments of type TagEntryModifier and TypeMethodDescriptionPreFlattenTagRegistrar.getAllTags()
Get a copy of all tags currently held in this registrar.Get the tag with the given key.Method parameters in io.papermc.paper.tag with type arguments of type TagEntry