public class Palette extends java.lang.Object implements ITranslatable
Constructor and Description |
---|
Palette(java.lang.String name,
java.util.Set<Species> species)
Basic constructor for palette
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the identifying name for the
Palette |
java.util.Set<Species> |
getSpecies()
Gets all the species that the given palette can be applied to
|
java.lang.String |
getTranslationKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocalizedName, getTranslatedName
public Palette(java.lang.String name, java.util.Set<Species> species)
name
- species
- public java.lang.String getName()
Palette
public java.util.Set<Species> getSpecies()
public java.lang.String getTranslationKey()
getTranslationKey
in interface ITranslatable