Bukkit  1.5.2-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Package org.bukkit.metadata

Classes dedicated to providing a layer of plugin specified data on various Minecraft concepts. More...

Classes

class  FixedMetadataValue
 A FixedMetadataValue is a special case metadata item that contains the same value forever after initialization. More...
 
class  LazyMetadataValue
 The LazyMetadataValue class implements a type of metadata that is not computed until another plugin asks for it. More...
 
interface  Metadatable
 This interface is implemented by all objects that can provide metadata about themselves. More...
 
class  MetadataConversionException
 A MetadataConversionException is thrown any time a LazyMetadataValue attempts to convert a metadata value to an inappropriate data type. More...
 
class  MetadataEvaluationException
 A MetadataEvaluationException is thrown any time a LazyMetadataValue fails to evaluate its value due to an exception. More...
 
interface  MetadataStore< T >
 
class  MetadataStoreBase< T >
 
interface  MetadataValue
 
class  MetadataValueAdapter
 Optional base class for facilitating MetadataValue implementations. More...
 

Detailed Description

Classes dedicated to providing a layer of plugin specified data on various Minecraft concepts.