Class MetadataConversionException

All Implemented Interfaces:
Serializable

@Deprecated public class MetadataConversionException extends RuntimeException
Deprecated.
This system is extremely misleading and does not cleanup values for metadatable entities that have been removed. It is recommended that when wanting persistent metadata, you use PersistentDataContainer. If you want temporary values on an entity, just use the entity lifecycle events. (See EntityAddToWorldEvent0
A MetadataConversionException is thrown any time a LazyMetadataValue attempts to convert a metadata value to an inappropriate data type.
See Also: