Class Pikachu
java.lang.Object
com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- All Implemented Interfaces:
PixelmonFireworkShape
-
Constructor Details
-
Pikachu
public Pikachu()
-
-
Method Details
-
getName
- Specified by:
getName
in interfacePixelmonFireworkShape
-
getID
public int getID()- Specified by:
getID
in interfacePixelmonFireworkShape
-
getSize
public double getSize()- Specified by:
getSize
in interfacePixelmonFireworkShape
-
getCoords
public double[][] getCoords()- Specified by:
getCoords
in interfacePixelmonFireworkShape
-
getColors
public int[] getColors()- Specified by:
getColors
in interfacePixelmonFireworkShape
-
getFadeColors
public int[] getFadeColors()- Specified by:
getFadeColors
in interfacePixelmonFireworkShape
-
hasTrail
public boolean hasTrail()- Specified by:
hasTrail
in interfacePixelmonFireworkShape
-
isFlickering
public boolean isFlickering()- Specified by:
isFlickering
in interfacePixelmonFireworkShape
-