public class BeeManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IArmorApiaristHelper |
armorApiaristHelper
Used to check whether a player is wearing Apiarist Armor.
|
static IBeeFactory |
beeFactory
Used to create new bees.
|
static IBeeMutationFactory |
beeMutationFactory
Used to create new bee mutations.
|
static IBeeRoot |
beeRoot
Convenient access to AlleleManager.alleleRegistry.getSpeciesRoot("rootBees")
|
static java.util.List<IBeeGenome> |
commonVillageBees
Common Village Bees
|
static java.util.Map<net.minecraft.item.ItemStack,java.lang.Integer> |
inducers
List of items that can induce swarming.
|
static IJubilanceFactory |
jubilanceFactory
Used to get Forestry's jubilance implementations.
|
static java.util.List<IBeeGenome> |
uncommonVillageBees
Uncommon Village Bees (20 % of spawns)
|
| Constructor and Description |
|---|
BeeManager() |
public static java.util.List<IBeeGenome> commonVillageBees
public static java.util.List<IBeeGenome> uncommonVillageBees
public static final java.util.Map<net.minecraft.item.ItemStack,java.lang.Integer> inducers
@Nullable public static IBeeRoot beeRoot
@Nullable public static IBeeFactory beeFactory
@Nullable public static IBeeMutationFactory beeMutationFactory
@Nullable public static IJubilanceFactory jubilanceFactory
@Nullable public static IArmorApiaristHelper armorApiaristHelper