Class LinBusConverter

java.lang.Object
com.sk89q.jnbt.LinBusConverter

@Deprecated(forRemoval=true) public class LinBusConverter 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
    fromLinBus(org.enginehub.linbus.tree.LinTag other)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static org.enginehub.linbus.tree.LinTagType<?>
    getAdventureType(Class<? extends Tag> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Class<? extends Tag>
    getJNBTType(org.enginehub.linbus.tree.LinTagType<?> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static <V, LT extends org.enginehub.linbus.tree.LinTag<? extends V>>
    Tag<V,LT>
    toJnbtTag(LT tag)
    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 org.enginehub.linbus.tree.LinTagType<?> 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(org.enginehub.linbus.tree.LinTagType<?> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toJnbtTag

      public static <V, LT extends org.enginehub.linbus.tree.LinTag<? extends V>> Tag<V,LT> toJnbtTag(LT tag)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • fromLinBus

      public static Tag fromLinBus(org.enginehub.linbus.tree.LinTag other)
      Deprecated, for removal: This API element is subject to removal in a future version.