Package com.sk89q.jnbt
Class LinBusConverter
java.lang.Object
com.sk89q.jnbt.LinBusConverter
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 TypeMethodDescriptionstatic 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.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.
-
Method Details
-
getAdventureType
Deprecated, for removal: This API element is subject to removal in a future version. -
getJNBTType
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
Deprecated, for removal: This API element is subject to removal in a future version.
-