public interface ITreeGenome extends IGenome
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getDecorativeLeaves() |
IAlleleLeafEffect |
getEffect() |
float |
getFertility() |
boolean |
getFireproof() |
IFruitProvider |
getFruitProvider() |
int |
getGirth() |
float |
getHeight() |
int |
getMaturationTime() |
IAlleleTreeSpecies |
getPrimary() |
float |
getSappiness() |
IAlleleTreeSpecies |
getSecondary() |
float |
getYield() |
boolean |
matchesTemplateGenome() |
getActiveAllele, getChromosomes, getInactiveAllele, getSpeciesRoot, isGeneticEqualwriteToNBTIAlleleTreeSpecies getPrimary()
getPrimary in interface IGenomeIAlleleTreeSpecies getSecondary()
getSecondary in interface IGenomeIFruitProvider getFruitProvider()
float getHeight()
float getFertility()
float getYield()
float getSappiness()
int getMaturationTime()
int getGirth()
boolean getFireproof()
IAlleleLeafEffect getEffect()
net.minecraft.item.ItemStack getDecorativeLeaves()
boolean matchesTemplateGenome()