Uses of Enum Class
net.minecraft.nbt.StreamTagVisitor.EntryResult
Packages that use StreamTagVisitor.EntryResult
-
Uses of StreamTagVisitor.EntryResult in net.minecraft.nbt
Subclasses with type arguments of type StreamTagVisitor.EntryResult in net.minecraft.nbtMethods in net.minecraft.nbt that return StreamTagVisitor.EntryResultModifier and TypeMethodDescriptionstatic StreamTagVisitor.EntryResultReturns 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<?> type, int index) StreamTagVisitor.visitEntry(TagType<?> type) StreamTagVisitor.visitEntry(TagType<?> type, String id) -
Uses of StreamTagVisitor.EntryResult in net.minecraft.nbt.visitors
Methods in net.minecraft.nbt.visitors that return StreamTagVisitor.EntryResultModifier and TypeMethodDescriptionCollectToTag.visitElement(TagType<?> type, int index) default StreamTagVisitor.EntryResultSkipAll.visitElement(TagType<?> type, int index) CollectFields.visitEntry(TagType<?> type) CollectFields.visitEntry(TagType<?> type, String id) CollectToTag.visitEntry(TagType<?> type) CollectToTag.visitEntry(TagType<?> type, String id) default StreamTagVisitor.EntryResultSkipAll.visitEntry(TagType<?> type) default StreamTagVisitor.EntryResultSkipAll.visitEntry(TagType<?> type, String id) SkipFields.visitEntry(TagType<?> type, String id)