Interface PixelmonFireworkShape
public interface PixelmonFireworkShape
For use with
FireworkRegistration
-
Method Details
-
getName
String getName() -
getID
int getID() -
getSize
double getSize() -
getCoords
double[][] getCoords() -
getColors
it.unimi.dsi.fastutil.ints.IntList getColors() -
getFadeColors
it.unimi.dsi.fastutil.ints.IntList getFadeColors() -
hasTrail
boolean hasTrail() -
isFlickering
boolean isFlickering()
-