Package net.minecraft.nbt.visitor


package net.minecraft.nbt.visitor
  • Class
    Description
    A visitor interface for NBT elements.
    Formats an NBT element as a multiline string where named elements inside of compound objects are sorted according to a defined ordering.
    Formats an NBT element into a colored, multiline Text representation suitable for human-readable displays.
    A simple converter to turn NBT into single-line SNBT.