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

public static enum MoveItemsTask.InteractionState extends Enum<MoveItemsTask.InteractionState>
Mappings:
Namespace Name
named net/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState
intermediary net/minecraft/class_11568$class_11569
official cjj$a
  • Enum Constant Details

    • PICKUP_ITEM

      public static final MoveItemsTask.InteractionState PICKUP_ITEM
      Mappings:
      Namespace Name Mixin selector
      named PICKUP_ITEM Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PICKUP_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;
      intermediary field_61245 Lnet/minecraft/class_11568$class_11569;field_61245:Lnet/minecraft/class_11568$class_11569;
      official a Lcjj$a;a:Lcjj$a;
    • PICKUP_NO_ITEM

      public static final MoveItemsTask.InteractionState PICKUP_NO_ITEM
      Mappings:
      Namespace Name Mixin selector
      named PICKUP_NO_ITEM Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PICKUP_NO_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;
      intermediary field_61246 Lnet/minecraft/class_11568$class_11569;field_61246:Lnet/minecraft/class_11568$class_11569;
      official b Lcjj$a;b:Lcjj$a;
    • PLACE_ITEM

      public static final MoveItemsTask.InteractionState PLACE_ITEM
      Mappings:
      Namespace Name Mixin selector
      named PLACE_ITEM Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PLACE_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;
      intermediary field_61247 Lnet/minecraft/class_11568$class_11569;field_61247:Lnet/minecraft/class_11568$class_11569;
      official c Lcjj$a;c:Lcjj$a;
    • PLACE_NO_ITEM

      public static final MoveItemsTask.InteractionState PLACE_NO_ITEM
      Mappings:
      Namespace Name Mixin selector
      named PLACE_NO_ITEM Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;PLACE_NO_ITEM:Lnet/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionState;
      intermediary field_61248 Lnet/minecraft/class_11568$class_11569;field_61248:Lnet/minecraft/class_11568$class_11569;
      official d Lcjj$a;d:Lcjj$a;
  • Constructor Details

    • InteractionState

      private InteractionState()
  • Method Details

    • values

      public static MoveItemsTask.InteractionState[] 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 MoveItemsTask.InteractionState 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