Uses of Class
org.bukkit.configuration.serialization.SerializableAs

Packages that use SerializableAs
org.bukkit More generalized classes in the API. 
org.bukkit.potion Classes to represent various potion properties and manipulation. 
org.bukkit.util Multi and single purpose classes to facilitate various programmatic concepts. 
 

Uses of SerializableAs in org.bukkit
 

Classes in org.bukkit with annotations of type SerializableAs
 class Color
          A container for a color palette.
 class FireworkEffect
          Represents a single firework effect.
 

Uses of SerializableAs in org.bukkit.potion
 

Classes in org.bukkit.potion with annotations of type SerializableAs
 class PotionEffect
          Represents a potion effect, that can be added to a LivingEntity.
 

Uses of SerializableAs in org.bukkit.util
 

Classes in org.bukkit.util with annotations of type SerializableAs
 class BlockVector
          A vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit.
 class Vector
          Represents a mutable vector.
 



Copyright © 2014. All rights reserved.