Class Fireworks.FireworkExplosion
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.Fireworks.FireworkExplosion
- Enclosing class:
- Fireworks
-
Constructor Summary
ConstructorsConstructorDescriptionFireworkExplosion(int shapeId, int[] colors, int[] fadeColors, boolean hasTrail, boolean hasTwinkle) -
Method Summary
-
Constructor Details
-
FireworkExplosion
public FireworkExplosion(int shapeId, int[] colors, int[] fadeColors, boolean hasTrail, boolean hasTwinkle)
-
-
Method Details
-
getShapeId
public int getShapeId() -
getColors
public int[] getColors() -
getFadeColors
public int[] getFadeColors() -
isHasTrail
public boolean isHasTrail() -
isHasTwinkle
public boolean isHasTwinkle() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-