Interface PixelmonFireworkShape

All Known Implementing Classes:
Charizard, Pikachu

public interface PixelmonFireworkShape
  • 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()