Uses of Class
org.bukkit.configuration.serialization.SerializableAs
| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.block.banner |
Classes relevant to banner blocks.
|
| 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 Modifier and Type Class Description classColorA container for a color palette.classFireworkEffectRepresents a single firework effect. -
Uses of SerializableAs in org.bukkit.block.banner
Classes in org.bukkit.block.banner with annotations of type SerializableAs Modifier and Type Class Description classPattern -
Uses of SerializableAs in org.bukkit.potion
Classes in org.bukkit.potion with annotations of type SerializableAs Modifier and Type Class Description classPotionEffectRepresents a potion effect, that can be added to aLivingEntity. -
Uses of SerializableAs in org.bukkit.util
Classes in org.bukkit.util with annotations of type SerializableAs Modifier and Type Class Description classBlockVectorA vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit.classBoundingBoxA mutable axis aligned bounding box (AABB).classVectorRepresents a mutable vector.