public enum EnumButterflyChromosome extends java.lang.Enum<EnumButterflyChromosome> implements IChromosomeType
| Enum Constant and Description |
|---|
COCOON |
EFFECT
Extra effect to surroundings.
|
FERTILITY
Determines likelyhood of caterpillars and length of caterpillar/pupation phase.
|
FIRE_RESIST
Fire resistance.
|
FLOWER_PROVIDER
Required flowers/leaves.
|
HUMIDITY_TOLERANCE
Not sure yet.
|
LIFESPAN
How long the butterfly can last without access to matching pollinatables.
|
METABOLISM
Species with a higher metabolism have a higher appetite and may cause more damage to their environment.
|
NOCTURNAL
Only nocturnal butterflys/moths will fly at night.
|
SIZE
Physical size.
|
SPECIES
Species of the bee.
|
SPEED
Flight speed.
|
TEMPERATURE_TOLERANCE
Not sure yet.
|
TOLERANT_FLYER
Only tolerant flyers will fly in the rain.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IAllele> |
getAlleleClass() |
java.lang.String |
getName() |
ISpeciesRoot |
getSpeciesRoot() |
static EnumButterflyChromosome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumButterflyChromosome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfordinalpublic static final EnumButterflyChromosome SPECIES
IAlleleButterflySpecies.public static final EnumButterflyChromosome SIZE
public static final EnumButterflyChromosome SPEED
public static final EnumButterflyChromosome LIFESPAN
public static final EnumButterflyChromosome METABOLISM
public static final EnumButterflyChromosome FERTILITY
public static final EnumButterflyChromosome TEMPERATURE_TOLERANCE
public static final EnumButterflyChromosome HUMIDITY_TOLERANCE
public static final EnumButterflyChromosome NOCTURNAL
public static final EnumButterflyChromosome TOLERANT_FLYER
public static final EnumButterflyChromosome FIRE_RESIST
public static final EnumButterflyChromosome FLOWER_PROVIDER
public static final EnumButterflyChromosome EFFECT
public static final EnumButterflyChromosome COCOON
public static EnumButterflyChromosome[] values()
for (EnumButterflyChromosome c : EnumButterflyChromosome.values()) System.out.println(c);
public static EnumButterflyChromosome valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class<? extends IAllele> getAlleleClass()
getAlleleClass in interface IChromosomeTypepublic java.lang.String getName()
getName in interface IChromosomeTypepublic ISpeciesRoot getSpeciesRoot()
getSpeciesRoot in interface IChromosomeType