Class AdventureNBTConverter

java.lang.Object
com.sk89q.jnbt.AdventureNBTConverter

@Deprecated(forRemoval=true) public class AdventureNBTConverter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
JNBT is being removed in WE8.
Converts between JNBT and Adventure-NBT classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Tag
    fromAdventure(com.sk89q.worldedit.util.nbt.BinaryTag other)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static com.sk89q.worldedit.util.nbt.BinaryTagType<?>
    getAdventureType(Class<? extends Tag> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Class<? extends Tag>
    getJNBTType(com.sk89q.worldedit.util.nbt.BinaryTagType<?> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getAdventureType

      public static com.sk89q.worldedit.util.nbt.BinaryTagType<?> getAdventureType(Class<? extends Tag> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getJNBTType

      public static Class<? extends Tag> getJNBTType(com.sk89q.worldedit.util.nbt.BinaryTagType<?> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromAdventure

      public static Tag fromAdventure(com.sk89q.worldedit.util.nbt.BinaryTag other)
      Deprecated, for removal: This API element is subject to removal in a future version.