| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationSerializable | |
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.configuration.serialization | Classes dedicated to being able to perform serialization specialized for
 the Bukkit configurationimplementation. | 
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. | 
| org.bukkit.inventory | Classes involved in manipulating player inventories and item interactions. | 
| org.bukkit.inventory.meta | The interfaces used when manipulating extra data can can be stored inside item stacks. | 
| org.bukkit.potion | Classes to represent various potionproperties and manipulation. | 
| org.bukkit.util | Multi and single purpose classes to facilitate various programmatic concepts. | 
| Uses of ConfigurationSerializable in org.bukkit | 
|---|
| Subinterfaces of ConfigurationSerializable in org.bukkit | |
|---|---|
|  interface | OfflinePlayer | 
| Classes in org.bukkit that implement ConfigurationSerializable | |
|---|---|
|  class | ColorA container for a color palette. | 
|  class | FireworkEffectRepresents a single firework effect. | 
| Methods in org.bukkit that return ConfigurationSerializable | |
|---|---|
| static ConfigurationSerializable | FireworkEffect.deserialize(Map<String,Object> map) | 
| Uses of ConfigurationSerializable in org.bukkit.configuration.serialization | 
|---|
| Methods in org.bukkit.configuration.serialization that return ConfigurationSerializable | |
|---|---|
|  ConfigurationSerializable | ConfigurationSerialization.deserialize(Map<String,Object> args) | 
| static ConfigurationSerializable | ConfigurationSerialization.deserializeObject(Map<String,Object> args)Attempts to deserialize the given arguments into a new instance of the given class. | 
| static ConfigurationSerializable | ConfigurationSerialization.deserializeObject(Map<String,Object> args,
                  Class<? extends ConfigurationSerializable> clazz)Attempts to deserialize the given arguments into a new instance of the given class. | 
| protected  ConfigurationSerializable | ConfigurationSerialization.deserializeViaCtor(Constructor<? extends ConfigurationSerializable> ctor,
                   Map<String,Object> args) | 
| protected  ConfigurationSerializable | ConfigurationSerialization.deserializeViaMethod(Method method,
                     Map<String,Object> args) | 
| Methods in org.bukkit.configuration.serialization that return types with arguments of type ConfigurationSerializable | |
|---|---|
| static Class<? extends ConfigurationSerializable> | ConfigurationSerialization.getClassByAlias(String alias)Attempts to get a registered ConfigurationSerializableclass by its alias | 
| protected  Constructor<? extends ConfigurationSerializable> | ConfigurationSerialization.getConstructor() | 
| Method parameters in org.bukkit.configuration.serialization with type arguments of type ConfigurationSerializable | |
|---|---|
| static ConfigurationSerializable | ConfigurationSerialization.deserializeObject(Map<String,Object> args,
                  Class<? extends ConfigurationSerializable> clazz)Attempts to deserialize the given arguments into a new instance of the given class. | 
| protected  ConfigurationSerializable | ConfigurationSerialization.deserializeViaCtor(Constructor<? extends ConfigurationSerializable> ctor,
                   Map<String,Object> args) | 
| static String | ConfigurationSerialization.getAlias(Class<? extends ConfigurationSerializable> clazz)Gets the correct alias for the given ConfigurationSerializableclass | 
| static void | ConfigurationSerialization.registerClass(Class<? extends ConfigurationSerializable> clazz)Registers the given ConfigurationSerializableclass by its alias | 
| static void | ConfigurationSerialization.registerClass(Class<? extends ConfigurationSerializable> clazz,
              String alias)Registers the given alias to the specified ConfigurationSerializableclass | 
| static void | ConfigurationSerialization.unregisterClass(Class<? extends ConfigurationSerializable> clazz)Unregisters any aliases for the specified ConfigurationSerializableclass | 
| Constructor parameters in org.bukkit.configuration.serialization with type arguments of type ConfigurationSerializable | |
|---|---|
| ConfigurationSerialization(Class<? extends ConfigurationSerializable> clazz) | |
| Uses of ConfigurationSerializable in org.bukkit.entity | 
|---|
| Subinterfaces of ConfigurationSerializable in org.bukkit.entity | |
|---|---|
|  interface | PlayerRepresents a player, connected or not | 
| Uses of ConfigurationSerializable in org.bukkit.inventory | 
|---|
| Classes in org.bukkit.inventory that implement ConfigurationSerializable | |
|---|---|
|  class | ItemStackRepresents a stack of items | 
| Uses of ConfigurationSerializable in org.bukkit.inventory.meta | 
|---|
| Subinterfaces of ConfigurationSerializable in org.bukkit.inventory.meta | |
|---|---|
|  interface | BookMetaRepresents a book ( Material.BOOK_AND_QUILLorMaterial.WRITTEN_BOOK) that can have a title, an author, and pages. | 
|  interface | EnchantmentStorageMetaEnchantmentMeta is specific to items that can store enchantments, as opposed to being enchanted. | 
|  interface | FireworkEffectMetaRepresents a meta that can store a single FireworkEffect. | 
|  interface | FireworkMetaRepresents a Material.FIREWORKand its effects. | 
|  interface | ItemMetaThis type represents the storage mechanism for auxiliary item data. | 
|  interface | LeatherArmorMetaRepresents leather armor ( Material.LEATHER_BOOTS,Material.LEATHER_CHESTPLATE,Material.LEATHER_HELMET, orMaterial.LEATHER_LEGGINGS) that can be colored. | 
|  interface | MapMetaRepresents a map that can be scalable. | 
|  interface | PotionMetaRepresents a potion ( Material.POTION) that can have custom effects. | 
|  interface | SkullMetaRepresents a skull ( Material.SKULL_ITEM) that can have an owner. | 
| Uses of ConfigurationSerializable in org.bukkit.potion | 
|---|
| Classes in org.bukkit.potion that implement ConfigurationSerializable | |
|---|---|
|  class | PotionEffectRepresents a potion effect, that can be added to a LivingEntity. | 
| Uses of ConfigurationSerializable in org.bukkit.util | 
|---|
| Classes in org.bukkit.util that implement ConfigurationSerializable | |
|---|---|
|  class | BlockVectorA vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit. | 
|  class | VectorRepresents a mutable vector. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||