Package net.minecraft.nbt.scanner
package net.minecraft.nbt.scanner
-
ClassDescriptionAn NBT collector scans an NBT structure and builds an object representation out of it.An NBT scanner may reduce unnecessary data parsing to allow finding desired information in an NBT structure as fast as possible.A selective NBT collector builds an NBT object including only the prescribed queries.A simple NBT scanner visits all elements shallowly, allowing implementations to override it and perform more actions.