Package forestry.api.genetics.alleles
Class BeeChromosomes
java.lang.Object
forestry.api.genetics.alleles.BeeChromosomes
All chromosomes of the Forestry bee species type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IRegistryChromosome<IActivityType>The activity type determines when this bee is awake.static 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 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. -
ACTIVITY
The activity type determines when this bee is awake. Builtin types are found inForestryActivityTypes. -
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()
-