Enum Class MoveItemsTask.InteractionState
java.lang.Object
java.lang.Enum<MoveItemsTask.InteractionState>
net.minecraft.entity.ai.brain.task.MoveItemsTask.InteractionState
- All Implemented Interfaces:
Serializable,Comparable<MoveItemsTask.InteractionState>,Constable
- Enclosing class:
MoveItemsTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionStateintermediary net/minecraft/class_11568$class_11569official cjj$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MoveItemsTask.InteractionState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PICKUP_ITEM
- Mappings:
Namespace Name Mixin selector named PICKUP_ITEMLnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PICKUP_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;intermediary field_61245Lnet/minecraft/class_11568$class_11569;field_61245:Lnet/minecraft/class_11568$class_11569;official aLcjj$a;a:Lcjj$a;
-
PICKUP_NO_ITEM
- Mappings:
Namespace Name Mixin selector named PICKUP_NO_ITEMLnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PICKUP_NO_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;intermediary field_61246Lnet/minecraft/class_11568$class_11569;field_61246:Lnet/minecraft/class_11568$class_11569;official bLcjj$a;b:Lcjj$a;
-
PLACE_ITEM
- Mappings:
Namespace Name Mixin selector named PLACE_ITEMLnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PLACE_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;intermediary field_61247Lnet/minecraft/class_11568$class_11569;field_61247:Lnet/minecraft/class_11568$class_11569;official cLcjj$a;c:Lcjj$a;
-
PLACE_NO_ITEM
- Mappings:
Namespace Name Mixin selector named PLACE_NO_ITEMLnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PLACE_NO_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;intermediary field_61248Lnet/minecraft/class_11568$class_11569;field_61248:Lnet/minecraft/class_11568$class_11569;official dLcjj$a;d:Lcjj$a;
-
-
Constructor Details
-
InteractionState
private InteractionState()
-
-
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
-