public class ButterflyFactory extends java.lang.Object implements IButterflyFactory
| Constructor and Description |
|---|
ButterflyFactory() |
| Modifier and Type | Method and Description |
|---|---|
IAlleleButterflySpeciesBuilder |
createSpecies(java.lang.String uid,
java.lang.String unlocalizedName,
java.lang.String authority,
java.lang.String unlocalizedDescription,
java.lang.String modID,
java.lang.String texturePath,
boolean isDominant,
IClassification branch,
java.lang.String binomial,
java.awt.Color serumColour)
Creates a new butterfly species.
|
public IAlleleButterflySpeciesBuilder createSpecies(java.lang.String uid, java.lang.String unlocalizedName, java.lang.String authority, java.lang.String unlocalizedDescription, java.lang.String modID, java.lang.String texturePath, boolean isDominant, IClassification branch, java.lang.String binomial, java.awt.Color serumColour)
IButterflyFactorycreateSpecies in interface IButterflyFactoryuid - Unique Identifier for this speciesunlocalizedName - Unlocalized name for this speciesauthority - Authority for the binomial name, e.g. "Sengir" on species of base Forestry.unlocalizedDescription - Unlocalized description for this speciesmodID - The modID form the mod of the butterflytexturePath - String texture path for this butterfly e.g. "forestry:butterfly/..."isDominant - Whether this species is genetically dominant (false means it is recessive)branch - Classification of this speciesbinomial - Binomial name of the species sans genus. "humboldti" will have the bee species flavour name be "Apis humboldti". Feel free to use fun names or null.serumColour - The color of this butterfly's serum.