Uses of Interface
net.minecraft.tag.Tag.Entry
Packages that use Tag.Entry
-
Uses of Tag.Entry in net.minecraft.tag
Classes in net.minecraft.tag that implement Tag.EntryModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
Fields in net.minecraft.tag declared as Tag.EntryModifier and TypeFieldDescriptionprivate final Tag.Entry
Tag.TrackedEntry.entry
The field for theentry
record component.Methods in net.minecraft.tag that return Tag.EntryModifier and TypeMethodDescriptionTag.TrackedEntry.entry()
Returns the value of theentry
record component.private static Tag.Entry
Tag.Builder.resolveEntry
(JsonElement json) Methods in net.minecraft.tag with parameters of type Tag.EntryConstructors in net.minecraft.tag with parameters of type Tag.EntryModifierConstructorDescriptionTrackedEntry
(Tag.Entry entry, String source) Creates an instance of aTrackedEntry
record class.