public static class Types_v1_20_5.FireworkExplosions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Types_v1_20_5.FireworkExplosions.ExplosionShape |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLORS |
static java.lang.String |
FADE_COLORS |
static java.lang.String |
HAS_TRAIL |
static java.lang.String |
HAS_TWINKLE |
static java.lang.String |
SHAPE |
| Constructor and Description |
|---|
FireworkExplosions() |
FireworkExplosions(Types_v1_20_5.FireworkExplosions.ExplosionShape shape) |
FireworkExplosions(Types_v1_20_5.FireworkExplosions.ExplosionShape shape,
int[] colors,
int[] fadeColors,
boolean hasTrail,
boolean hasTwinkle) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int[] |
getColors() |
int[] |
getFadeColors() |
Types_v1_20_5.FireworkExplosions.ExplosionShape |
getShape() |
int |
hashCode() |
boolean |
isHasTrail() |
boolean |
isHasTwinkle() |
void |
setColors(int[] colors) |
void |
setFadeColors(int[] fadeColors) |
void |
setHasTrail(boolean hasTrail) |
void |
setHasTwinkle(boolean hasTwinkle) |
void |
setShape(Types_v1_20_5.FireworkExplosions.ExplosionShape shape) |
java.lang.String |
toString() |
public static final java.lang.String SHAPE
public static final java.lang.String COLORS
public static final java.lang.String FADE_COLORS
public static final java.lang.String HAS_TRAIL
public static final java.lang.String HAS_TWINKLE
public FireworkExplosions(Types_v1_20_5.FireworkExplosions.ExplosionShape shape)
public FireworkExplosions()
public FireworkExplosions(Types_v1_20_5.FireworkExplosions.ExplosionShape shape, int[] colors, int[] fadeColors, boolean hasTrail, boolean hasTwinkle)
public Types_v1_20_5.FireworkExplosions.ExplosionShape getShape()
public int[] getColors()
public int[] getFadeColors()
public boolean isHasTrail()
public boolean isHasTwinkle()
public void setShape(Types_v1_20_5.FireworkExplosions.ExplosionShape shape)
public void setColors(int[] colors)
public void setFadeColors(int[] fadeColors)
public void setHasTrail(boolean hasTrail)
public void setHasTwinkle(boolean hasTwinkle)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object