Class CompressedCompoundTag<T>

java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.CompoundTag
com.fastasyncworldedit.core.jnbt.CompressedCompoundTag<T>
All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Direct Known Subclasses:
CompressedSchematicTag

public abstract class CompressedCompoundTag<T> extends CompoundTag
  • Constructor Details

    • CompressedCompoundTag

      public CompressedCompoundTag(T in)
  • Method Details

    • getValue

      public Map<String,Tag> getValue()
      Description copied from class: Tag
      Gets the value of this tag.
      Overrides:
      getValue in class CompoundTag
      Returns:
      the value
    • adapt

      public abstract net.jpountz.lz4.LZ4BlockInputStream adapt(T src) throws IOException
      Throws:
      IOException
    • getSource

      public T getSource()