Uses of Enum Class
net.minecraft.nbt.StreamTagVisitor.EntryResult
Packages that use StreamTagVisitor.EntryResult
-
Uses of StreamTagVisitor.EntryResult in net.minecraft.nbt
Methods in net.minecraft.nbt that return StreamTagVisitor.EntryResultModifier and TypeMethodDescriptionstatic StreamTagVisitor.EntryResult
Returns the enum constant of this class with the specified name.static StreamTagVisitor.EntryResult[]
StreamTagVisitor.EntryResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.StreamTagVisitor.visitElement
(TagType<?> pType, int pSize) StreamTagVisitor.visitEntry
(TagType<?> pType) StreamTagVisitor.visitEntry
(TagType<?> pType, String pId) -
Uses of StreamTagVisitor.EntryResult in net.minecraft.nbt.visitors
Methods in net.minecraft.nbt.visitors that return StreamTagVisitor.EntryResultModifier and TypeMethodDescriptionCollectToTag.visitElement
(TagType<?> pType, int pSize) default StreamTagVisitor.EntryResult
SkipAll.visitElement
(TagType<?> p_197750_, int p_197751_) CollectFields.visitEntry
(TagType<?> pType) CollectFields.visitEntry
(TagType<?> pType, String pId) CollectToTag.visitEntry
(TagType<?> pType) CollectToTag.visitEntry
(TagType<?> pType, String pId) default StreamTagVisitor.EntryResult
SkipAll.visitEntry
(TagType<?> p_197731_) default StreamTagVisitor.EntryResult
SkipAll.visitEntry
(TagType<?> p_197736_, String p_197737_) SkipFields.visitEntry
(TagType<?> pType, String pId)