Uses of Package
net.minecraft.nbt.scanner
Package
Description
The Named Binary Tag (NBT) data format.
-
ClassDescriptionAn NBT scanner may reduce unnecessary data parsing to allow finding desired information in an NBT structure as fast as possible.
-
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 query for scanning the NBT using
ExclusiveNbtCollector
orSelectiveNbtCollector
.The tree node for representing NBT.A simple NBT scanner visits all elements shallowly, allowing implementations to override it and perform more actions. -
ClassDescriptionAn NBT scanner may reduce unnecessary data parsing to allow finding desired information in an NBT structure as fast as possible.