java.lang.Object
com.github.retrooper.packetevents.protocol.nbt.NBT
Direct Known Subclasses:
NBTByteArray, NBTCompound, NBTEnd, NBTIntArray, NBTList, NBTLongArray, NBTNumber, NBTString, SequentialNBTReader.Compound, SequentialNBTReader.List

public abstract class NBT extends Object
  • Constructor Details

    • NBT

      public NBT()
  • Method Details

    • getType

      public abstract NBTType<?> getType()
    • equals

      public abstract boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public abstract int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public abstract NBT copy()