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 SummaryModifier and TypeMethodDescriptionstatic TagfromLinBus(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- 
getAdventureTypeDeprecated, for removal: This API element is subject to removal in a future version.
- 
getJNBTTypeDeprecated, for removal: This API element is subject to removal in a future version.
- 
toJnbtTagpublic 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.
- 
fromLinBusDeprecated, for removal: This API element is subject to removal in a future version.
 
-