Enum Class BeehiveBlockEntity.BeeState

java.lang.Object
java.lang.Enum<BeehiveBlockEntity.BeeState>
net.minecraft.block.entity.BeehiveBlockEntity.BeeState
All Implemented Interfaces:
Serializable, Comparable<BeehiveBlockEntity.BeeState>, Constable
Enclosing class:
BeehiveBlockEntity

public static enum BeehiveBlockEntity.BeeState extends Enum<BeehiveBlockEntity.BeeState>
Mappings:
Namespace Name
official cwi$b
intermediary net/minecraft/class_4482$class_4484
named net/minecraft/block/entity/BeehiveBlockEntity$BeeState
  • Enum Constant Details

    • HONEY_DELIVERED

      public static final BeehiveBlockEntity.BeeState HONEY_DELIVERED
      Mappings:
      Namespace Name Mixin selector
      official a Lcwi$b;a:Lcwi$b;
      intermediary field_20428 Lnet/minecraft/class_4482$class_4484;field_20428:Lnet/minecraft/class_4482$class_4484;
      named HONEY_DELIVERED Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;HONEY_DELIVERED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
    • BEE_RELEASED

      public static final BeehiveBlockEntity.BeeState BEE_RELEASED
      Mappings:
      Namespace Name Mixin selector
      official b Lcwi$b;b:Lcwi$b;
      intermediary field_20429 Lnet/minecraft/class_4482$class_4484;field_20429:Lnet/minecraft/class_4482$class_4484;
      named BEE_RELEASED Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;BEE_RELEASED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
    • EMERGENCY

      public static final BeehiveBlockEntity.BeeState EMERGENCY
      Mappings:
      Namespace Name Mixin selector
      official c Lcwi$b;c:Lcwi$b;
      intermediary field_21052 Lnet/minecraft/class_4482$class_4484;field_21052:Lnet/minecraft/class_4482$class_4484;
      named EMERGENCY Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;EMERGENCY:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
  • Constructor Details

    • BeeState

      private BeeState()
  • Method Details

    • values

      public static BeehiveBlockEntity.BeeState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BeehiveBlockEntity.BeeState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null