Uses of Interface
com.comphenix.protocol.wrappers.nbt.NbtWrapper
Packages that use NbtWrapper
-
Uses of NbtWrapper in com.comphenix.protocol.wrappers.nbt
Methods in com.comphenix.protocol.wrappers.nbt that return NbtWrapperModifier and TypeMethodDescriptionstatic <T> NbtWrapper<T>Get a NBT wrapper from a NBT base.static NbtWrapper<?>NbtFactory.fromItemTag(org.bukkit.inventory.ItemStack stack)Construct a wrapper for an NBT tag stored (in memory) in an item stack.static <T> NbtWrapper<T>Deprecated.static <T> NbtWrapper<T>Initialize a NBT wrapper with a name.static <T> NbtWrapper<T>Create a new NBT wrapper from a given type.static <T> NbtWrapper<T>Create a new NBT wrapper from a given type.static <T> NbtWrapper<T>Create a new NBT wrapper from a given type.Methods in com.comphenix.protocol.wrappers.nbt that return types with arguments of type NbtWrapperModifier and TypeMethodDescriptionstatic Optional<NbtWrapper<?>>NbtFactory.fromItemOptional(org.bukkit.inventory.ItemStack stack)Constructs a wrapper for a NBT tag in an ItemStack. -
Uses of NbtWrapper in com.comphenix.protocol.wrappers.nbt.io
Methods in com.comphenix.protocol.wrappers.nbt.io that return NbtWrapperModifier and TypeMethodDescription<TType> NbtWrapper<TType>NbtBinarySerializer.deserialize(DataInput source)Load an NBT tag from a stream.<TType> NbtWrapper<TType>NbtConfigurationSerializer.deserialize(org.bukkit.configuration.ConfigurationSection root, String nodeName)Read a NBT tag from a root configuration.<TType> NbtWrapper<TType>NbtTextSerializer.deserialize(String input)Deserialize a NBT tag from a base-64 encoded string.