Package net.minecraft.block.entity
Enum BeehiveBlockEntity.BeeState
- All Implemented Interfaces:
Serializable
,Comparable<BeehiveBlockEntity.BeeState>
,java.lang.constant.Constable
- Enclosing class:
- BeehiveBlockEntity
public static enum BeehiveBlockEntity.BeeState extends Enum<BeehiveBlockEntity.BeeState>
- Mappings:
Namespace Name official cfo$b
intermediary net/minecraft/class_4482$class_4484
named net/minecraft/block/entity/BeehiveBlockEntity$BeeState
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description BEE_RELEASED
EMERGENCY
HONEY_DELIVERED
-
Constructor Summary
Constructors Modifier Constructor Description private
BeeState()
-
Method Summary
Modifier and Type Method Description static BeehiveBlockEntity.BeeState
valueOf(String name)
Returns the enum constant of this type with the specified name.static BeehiveBlockEntity.BeeState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HONEY_DELIVERED
- Mappings:
Namespace Name Mixin selector official a
Lcfo$b;a:Lcfo$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
- Mappings:
Namespace Name Mixin selector official b
Lcfo$b;b:Lcfo$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
- Mappings:
Namespace Name Mixin selector official c
Lcfo$b;c:Lcfo$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
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-