Package forestry.api.genetics.alleles
Class BeeChromosomes
java.lang.Object
forestry.api.genetics.alleles.BeeChromosomes
All chromosomes of the Forestry bee species.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IBooleanChromosomeWhether this bee can work when the sky above its housing is obstructed.static final IRegistryChromosome<IBeeEffect>Determines the effect of a bee species.static final IIntegerChromosomeThe number of drones given when a queen dies.static final IRegistryChromosome<IFlowerType>The type of flowers this bee needs to work.static final IValueChromosome<ToleranceType>Determines the acceptable range of humidities from a bee's ideal humidity.static final IIntegerChromosomeDetermines a queen's lifespan.static final IBooleanChromosomeWhether diurnal bees can work during the night, or nocturnal bees can work during the day.static final IIntegerChromosomeDetermines how fast the hive can pollinate trees and plant flowers.static final IRegistryChromosome<IBeeSpecies>The species of a bee.static final IFloatChromosomeDetermines a queen's production speed.static final IValueChromosome<ToleranceType>Determines the acceptable range of temperatures from a bee's ideal temperature.static final IValueChromosome<net.minecraft.core.Vec3i>Determines the area in which a bee can pollinate trees, grow flowers, and use its special effect.static final IBooleanChromosomeWhether this bee can work while it is raining. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SPECIES
The species of a bee. -
SPEED
Determines a queen's production speed. Shows up as "worker" in the portable analyzer. -
LIFESPAN
Determines a queen's lifespan. -
FERTILITY
The number of drones given when a queen dies. -
TEMPERATURE_TOLERANCE
Determines the acceptable range of temperatures from a bee's ideal temperature. Reused by butterflies. -
HUMIDITY_TOLERANCE
Determines the acceptable range of humidities from a bee's ideal humidity. Reused by butterflies. -
NEVER_SLEEPS
Whether diurnal bees can work during the night, or nocturnal bees can work during the day. Reused by butterflies. -
CAVE_DWELLING
Whether this bee can work when the sky above its housing is obstructed. -
TOLERATES_RAIN
Whether this bee can work while it is raining. -
FLOWER_TYPE
The type of flowers this bee needs to work. Also includes flowers that a bee can plant. -
EFFECT
Determines the effect of a bee species. Its range is determined byTERRITORY. -
POLLINATION
Determines how fast the hive can pollinate trees and plant flowers. Range is determined byTERRITORY. -
TERRITORY
Determines the area in which a bee can pollinate trees, grow flowers, and use its special effect.
-
-
Constructor Details
-
BeeChromosomes
public BeeChromosomes()
-