Class LazyCompoundTag

All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike

@Deprecated public abstract class LazyCompoundTag extends CompoundTag
Deprecated.
Use CompoundBinaryTag.
Allows detection of the version-specific LazyCompoundTag classes.
  • Constructor Details

    • LazyCompoundTag

      public LazyCompoundTag(Map<String,Tag> value)
      Deprecated.
    • LazyCompoundTag

      public LazyCompoundTag(com.sk89q.worldedit.util.nbt.CompoundBinaryTag adventureTag)
      Deprecated.
  • Method Details

    • asBinaryTag

      public abstract com.sk89q.worldedit.util.nbt.CompoundBinaryTag asBinaryTag()
      Deprecated.
      Specified by:
      asBinaryTag in interface com.sk89q.worldedit.util.nbt.BinaryTagLike
      Overrides:
      asBinaryTag in class CompoundTag