Class Charizard
java.lang.Object
com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- All Implemented Interfaces:
PixelmonFireworkShape
-
Constructor Details
-
Charizard
public Charizard()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePixelmonFireworkShape
-
getID
public int getID()- Specified by:
getIDin interfacePixelmonFireworkShape
-
getSize
public double getSize()- Specified by:
getSizein interfacePixelmonFireworkShape
-
getCoords
public double[][] getCoords()- Specified by:
getCoordsin interfacePixelmonFireworkShape
-
getColors
public int[] getColors()- Specified by:
getColorsin interfacePixelmonFireworkShape
-
getFadeColors
public int[] getFadeColors()- Specified by:
getFadeColorsin interfacePixelmonFireworkShape
-
hasTrail
public boolean hasTrail()- Specified by:
hasTrailin interfacePixelmonFireworkShape
-
isFlickering
public boolean isFlickering()- Specified by:
isFlickeringin interfacePixelmonFireworkShape
-