Uses of Enum Class
net.minecraft.nbt.scanner.NbtScanner.NestedResult
-
Uses of NbtScanner.NestedResult in net.minecraft.nbt.scanner
Modifier and TypeMethodDescriptionNbtCollector.startListItem
(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.NbtScanner.startListItem
(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.default NbtScanner.NestedResult
SimpleNbtScanner.startListItem
(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.ExclusiveNbtCollector.startSubNbt
(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.NbtCollector.startSubNbt
(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.NbtScanner.startSubNbt
(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.SelectiveNbtCollector.startSubNbt
(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.default NbtScanner.NestedResult
SimpleNbtScanner.startSubNbt
(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.static NbtScanner.NestedResult
Returns the enum constant of this class with the specified name.static NbtScanner.NestedResult[]
NbtScanner.NestedResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.NbtCollector.visitSubNbtType
(NbtType<?> type) NbtScanner.visitSubNbtType
(NbtType<?> type) SelectiveNbtCollector.visitSubNbtType
(NbtType<?> type) default NbtScanner.NestedResult
SimpleNbtScanner.visitSubNbtType
(NbtType<?> type)