Package com.comphenix.protocol.wrappers.nbt
package com.comphenix.protocol.wrappers.nbt
-
Interface SummaryInterfaceDescriptionNbtBase<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 SummaryClassDescriptionFactory methods for creating NBT elements, lists and compounds.
-
Enum Class Summary