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

      it.unimi.dsi.fastutil.ints.IntList getColors()
    • getFadeColors

      it.unimi.dsi.fastutil.ints.IntList getFadeColors()
    • hasTrail

      boolean hasTrail()
    • isFlickering

      boolean isFlickering()