Package net.minecraft.nbt.scanner
package net.minecraft.nbt.scanner
-
ClassDescriptionAn exclusive NBT collector builds an NBT object including everything except the prescribed queries.An 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 query for scanning the NBT using
ExclusiveNbtCollector
orSelectiveNbtCollector
.The tree node for representing NBT.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.