Package net.minecraft.block.entity
Enum Class BeehiveBlockEntity.BeeState
- All Implemented Interfaces:
Serializable
,Comparable<BeehiveBlockEntity.BeeState>
,Constable
- Enclosing class:
BeehiveBlockEntity
- Mappings:
Namespace Name named net/minecraft/block/entity/BeehiveBlockEntity$BeeState
intermediary net/minecraft/class_4482$class_4484
official dpg$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BeehiveBlockEntity.BeeState
Returns the enum constant of this class with the specified name.static BeehiveBlockEntity.BeeState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HONEY_DELIVERED
- Mappings:
Namespace Name Mixin selector named HONEY_DELIVERED
Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;HONEY_DELIVERED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
intermediary field_20428
Lnet/minecraft/class_4482$class_4484;field_20428:Lnet/minecraft/class_4482$class_4484;
official a
Ldpg$b;a:Ldpg$b;
-
BEE_RELEASED
- Mappings:
Namespace Name Mixin selector named BEE_RELEASED
Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;BEE_RELEASED:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
intermediary field_20429
Lnet/minecraft/class_4482$class_4484;field_20429:Lnet/minecraft/class_4482$class_4484;
official b
Ldpg$b;b:Ldpg$b;
-
EMERGENCY
- Mappings:
Namespace Name Mixin selector named EMERGENCY
Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;EMERGENCY:Lnet/minecraft/block/entity/BeehiveBlockEntity$BeeState;
intermediary field_21052
Lnet/minecraft/class_4482$class_4484;field_21052:Lnet/minecraft/class_4482$class_4484;
official c
Ldpg$b;c:Ldpg$b;
-
-
Constructor Details
-
BeeState
private BeeState()
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-