Uses of Class
net.minecraft.registry.tag.TagEntry
Packages that use TagEntry
-
Uses of TagEntry in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag declared as TagEntryModifier and TypeFieldDescriptionprivate final TagEntry
TagGroupLoader.TrackedEntry.entry
The field for theentry
record component.Fields in net.minecraft.registry.tag with type parameters of type TagEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<TagEntry> TagEntry.CODEC
TagBuilder.entries
TagFile.entries
The field for theentries
record component.private static final com.mojang.serialization.Codec
<TagEntry> TagEntry.ENTRY_CODEC
Methods in net.minecraft.registry.tag that return TagEntryModifier and TypeMethodDescriptionstatic TagEntry
TagEntry.create
(Identifier id) static TagEntry
TagEntry.createOptional
(Identifier id) static TagEntry
TagEntry.createOptionalTag
(Identifier id) static TagEntry
TagEntry.createTag
(Identifier id) TagGroupLoader.TrackedEntry.entry()
Returns the value of theentry
record component.Methods in net.minecraft.registry.tag that return types with arguments of type TagEntryModifier and TypeMethodDescriptionTagBuilder.build()
TagFile.entries()
Returns the value of theentries
record component.Methods in net.minecraft.registry.tag with parameters of type TagEntryConstructors in net.minecraft.registry.tag with parameters of type TagEntryConstructor parameters in net.minecraft.registry.tag with type arguments of type TagEntry