public interface IAlleleButterflySpecies extends IAlleleSpecies
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<net.minecraft.item.ItemStack,java.lang.Float> |
getButterflyLoot() |
java.util.Map<net.minecraft.item.ItemStack,java.lang.Float> |
getCaterpillarLoot() |
java.lang.String |
getEntityTexture() |
float |
getFlightDistance() |
java.lang.String |
getItemTexture() |
float |
getRarity() |
IButterflyRoot |
getRoot() |
java.util.Set<net.minecraftforge.common.BiomeDictionary.Type> |
getSpawnBiomes()
Allows butterflies to restrict random spawns beyond the restrictions set by getTemperature() and getHumidity().
|
boolean |
isNocturnal() |
void |
registerSprites() |
boolean |
strictSpawnMatch() |
getAuthority, getBinomial, getBranch, getComplexity, getDescription, getHumidity, getResearchBounty, getResearchSuitability, getSpriteColour, getTemperature, hasEffect, isCounted, isSecretgetAlleleName, getModID, getName, getUID, getUnlocalizedName, isDominantIButterflyRoot getRoot()
getRoot in interface IAlleleSpeciesjava.lang.String getEntityTexture()
java.lang.String getItemTexture()
java.util.Set<net.minecraftforge.common.BiomeDictionary.Type> getSpawnBiomes()
boolean strictSpawnMatch()
float getRarity()
float getFlightDistance()
boolean isNocturnal()
java.util.Map<net.minecraft.item.ItemStack,java.lang.Float> getButterflyLoot()
java.util.Map<net.minecraft.item.ItemStack,java.lang.Float> getCaterpillarLoot()
void registerSprites()