Class Palette
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
- All Implemented Interfaces:
ITranslatable
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.pixelmon.api.util.ITranslatable
getLocalizedName, getTranslatedName
-
Constructor Details
-
Palette
Basic constructor for palette- Parameters:
name
-species
-
-
-
Method Details
-
getName
Gets the identifying name for thePalette
- Returns:
- The name of the palette
-
getSpecies
Gets all the species that the given palette can be applied to- Returns:
- All species that this palette can be applied to
-
getTranslationKey
- Specified by:
getTranslationKey
in interfaceITranslatable
-