Uses of Class
com.viaversion.nbt.conversion.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in com.viaversion.nbt.conversion
Methods in com.viaversion.nbt.conversion that throw ConversionExceptionModifier and TypeMethodDescriptionstatic <V,T extends Tag>
TConverterRegistry.convertToTag(V value) Converts the given value to a tag.static <T extends Tag,V>
VConverterRegistry.convertToValue(T tag) Converts the given tag to a value.