Package forestry.api.apiculture
Class ForestryActivityTypes
java.lang.Object
forestry.api.apiculture.ForestryActivityTypes
IDs for all activity types available in base Forestry.
Use
IApicultureRegistration.registerActivityType(net.minecraft.resources.ResourceLocation, forestry.api.apiculture.IActivityType) to register your own.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationCathemeral bees have an unpredictable sleep pattern.static final net.minecraft.resources.ResourceLocationCrepuscular bees work during the sunrise and sunset.static final net.minecraft.resources.ResourceLocationDiurnal bees work during daytime, and sleep during nighttime.static final net.minecraft.resources.ResourceLocationMetaturnal bees work during both sunrise and sunset.static final net.minecraft.resources.ResourceLocationNocturnal bees work during nighttime, and sleep during daytime. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DIURNAL
public static final net.minecraft.resources.ResourceLocation DIURNALDiurnal bees work during daytime, and sleep during nighttime. Active during ticks 0 to 12000. -
NOCTURNAL
public static final net.minecraft.resources.ResourceLocation NOCTURNALNocturnal bees work during nighttime, and sleep during daytime. Active during ticks 12000 to 24000. -
CREPUSCULAR
public static final net.minecraft.resources.ResourceLocation CREPUSCULARCrepuscular bees work during the sunrise and sunset. Active during ticks 0 to 1000 and 12000 to 13000. -
METATURNAL
public static final net.minecraft.resources.ResourceLocation METATURNALMetaturnal bees work during both sunrise and sunset. They never sleep. Active during ticks 0 to 24000. -
CATHEMERAL
public static final net.minecraft.resources.ResourceLocation CATHEMERALCathemeral bees have an unpredictable sleep pattern. Activity period varies according to position, but always 12000 ticks long.
-
-
Constructor Details
-
ForestryActivityTypes
public ForestryActivityTypes()
-