Class ForestryActivityTypes

java.lang.Object
forestry.api.apiculture.ForestryActivityTypes

public class ForestryActivityTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
    Cathemeral bees have an unpredictable sleep pattern.
    static final net.minecraft.resources.ResourceLocation
    Crepuscular bees work during the sunrise and sunset.
    static final net.minecraft.resources.ResourceLocation
    Diurnal bees work during daytime, and sleep during nighttime.
    static final net.minecraft.resources.ResourceLocation
    Metaturnal bees work during both sunrise and sunset.
    static final net.minecraft.resources.ResourceLocation
    Nocturnal bees work during nighttime, and sleep during daytime.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DIURNAL

      public static final net.minecraft.resources.ResourceLocation DIURNAL
      Diurnal bees work during daytime, and sleep during nighttime. Active during ticks 0 to 12000.
    • NOCTURNAL

      public static final net.minecraft.resources.ResourceLocation NOCTURNAL
      Nocturnal bees work during nighttime, and sleep during daytime. Active during ticks 12000 to 24000.
    • CREPUSCULAR

      public static final net.minecraft.resources.ResourceLocation CREPUSCULAR
      Crepuscular 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 METATURNAL
      Metaturnal bees work during both sunrise and sunset. They never sleep. Active during ticks 0 to 24000.
    • CATHEMERAL

      public static final net.minecraft.resources.ResourceLocation CATHEMERAL
      Cathemeral bees have an unpredictable sleep pattern. Activity period varies according to position, but always 12000 ticks long.
  • Constructor Details

    • ForestryActivityTypes

      public ForestryActivityTypes()