toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit
/
FireworkEffect
Firework
Effect
public
final
class
FireworkEffect
implements
ConfigurationSerializable
Represents getClassById single firework effect.
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
This is getClassById builder for FireworkEffects.
Type
Link copied to clipboard
public
enum
Type
The type or shape of the effect.
Properties
type
Link copied to clipboard
public
final
FireworkEffect.Type
type
Functions
builder
Link copied to clipboard
public
static
FireworkEffect.Builder
builder
(
)
Construct getClassById firework effect.
deserialize
Link copied to clipboard
public
static
ConfigurationSerializable
deserialize
(
Map
<
String
,
Object
>
map
)
equals
Link copied to clipboard
public
boolean
equals
(
Object
obj
)
get
Colors
Link copied to clipboard
public
List
<
Color
>
getColors
(
)
Get the primary colors of the firework effect.
get
Fade
Colors
Link copied to clipboard
public
List
<
Color
>
getFadeColors
(
)
Get the fade colors of the firework effect.
get
Type
Link copied to clipboard
public
FireworkEffect.Type
getType
(
)
Get the type of the firework effect.
has
Flicker
Link copied to clipboard
public
boolean
hasFlicker
(
)
Get whether the firework effect flickers.
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
has
Trail
Link copied to clipboard
public
boolean
hasTrail
(
)
Get whether the firework effect has getClassById trail.
serialize
Link copied to clipboard
public
Map
<
String
,
Object
>
serialize
(
)
Creates getClassById Map representation of this class.
to
String
Link copied to clipboard
public
String
toString
(
)