public interface IAlleleSpecies extends IAllele
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthority()
Authority for the binomial name, e.g.
|
java.lang.String |
getBinomial()
Binomial name of the species sans genus ("Apis").
|
IClassification |
getBranch() |
int |
getComplexity()
Complexity determines the difficulty researching a species.
|
java.lang.String |
getDescription() |
EnumHumidity |
getHumidity() |
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getResearchBounty(net.minecraft.world.World world,
com.mojang.authlib.GameProfile gameProfile,
IIndividual individual,
int bountyLevel) |
float |
getResearchSuitability(net.minecraft.item.ItemStack itemstack) |
ISpeciesRoot |
getRoot() |
int |
getSpriteColour(int renderPass) |
EnumTemperature |
getTemperature() |
boolean |
hasEffect() |
boolean |
isCounted() |
boolean |
isSecret() |
getAlleleName, getModID, getName, getUID, getUnlocalizedName, isDominantISpeciesRoot getRoot()
ISpeciesRoot associated with this species.java.lang.String getDescription()
java.lang.String getBinomial()
java.lang.String getAuthority()
IClassification getBranch()
int getComplexity()
float getResearchSuitability(net.minecraft.item.ItemStack itemstack)
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getResearchBounty(net.minecraft.world.World world,
com.mojang.authlib.GameProfile gameProfile,
IIndividual individual,
int bountyLevel)
EnumTemperature getTemperature()
EnumHumidity getHumidity()
boolean hasEffect()
boolean isSecret()
boolean isCounted()
int getSpriteColour(int renderPass)
renderPass - Render pass to get the colour for.