Package com.comphenix.protocol.wrappers.nbt


package com.comphenix.protocol.wrappers.nbt
  • Interface Summary
    Interface
    Description
    NbtBase<TType>
    Represents a generic container for an NBT element.
    Represents a mapping of arbitrary NBT elements and their unique names.
    NbtList<TType>
    Represents a list of NBT tags of the same type without names.
    A visitor that can enumerate a NBT tree structure.
    NbtWrapper<TType>
    Indicates that this NBT wraps an underlying net.minecraft.server instance.
  • Class Summary
    Class
    Description
     
    Factory methods for creating NBT elements, lists and compounds.
  • Enum Class Summary
    Enum Class
    Description
    Represents all the element types