Interface PixelmonFireworkShape
public interface PixelmonFireworkShape
For use with
FireworkRegistration
-
Method Details
-
getName
String getName() -
getID
int getID() -
getSize
double getSize() -
getCoords
double[][] getCoords() -
getColors
int[] getColors() -
getFadeColors
int[] getFadeColors() -
hasTrail
boolean hasTrail() -
isFlickering
boolean isFlickering()
-