java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
All Implemented Interfaces:
ITranslatable

public class Palette extends Object implements ITranslatable
This class represents a palette for a set of given Speciess A visual modification of a Species with particle effects
  • Constructor Details

    • Palette

      public Palette(String name, Set<Species> species)
      Basic constructor for palette
      Parameters:
      name -
      species -
  • Method Details

    • getName

      public String getName()
      Gets the identifying name for the Palette
      Returns:
      The name of the palette
    • getSpecies

      public Set<Species> getSpecies()
      Gets all the species that the given palette can be applied to
      Returns:
      All species that this palette can be applied to
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface ITranslatable