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$bintermediary net/minecraft/class_4482$class_4484named 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_RELEASEDEMERGENCYHONEY_DELIVERED -
Constructor Summary
Constructors Modifier Constructor Description privateBeeState() -
Method Summary
Modifier and Type Method Description static BeehiveBlockEntity.BeeStatevalueOf(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 aLcfo$b;a:Lcfo$b;intermediary field_20428Lnet/minecraft/class_4482$class_4484;field_20428:Lnet/minecraft/class_4482$class_4484;named HONEY_DELIVEREDLnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;HONEY_DELIVERED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
-
BEE_RELEASED
- Mappings:
Namespace Name Mixin selector official bLcfo$b;b:Lcfo$b;intermediary field_20429Lnet/minecraft/class_4482$class_4484;field_20429:Lnet/minecraft/class_4482$class_4484;named BEE_RELEASEDLnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;BEE_RELEASED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
-
EMERGENCY
- Mappings:
Namespace Name Mixin selector official cLcfo$b;c:Lcfo$b;intermediary field_21052Lnet/minecraft/class_4482$class_4484;field_21052:Lnet/minecraft/class_4482$class_4484;named EMERGENCYLnet/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
-