Uses of Enum Class
net.minecraft.entity.ai.brain.task.MoveItemsTask.InteractionState
Packages that use MoveItemsTask.InteractionState
-
Uses of MoveItemsTask.InteractionState in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as MoveItemsTask.InteractionStateFields in net.minecraft.entity.ai.brain.task with type parameters of type MoveItemsTask.InteractionStateModifier and TypeFieldDescriptionprivate final Map<MoveItemsTask.InteractionState, MoveItemsTask.InteractionCallback> MoveItemsTask.interactionCallbacksMethods in net.minecraft.entity.ai.brain.task that return MoveItemsTask.InteractionStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MoveItemsTask.InteractionState[]MoveItemsTask.InteractionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.ai.brain.task with parameters of type MoveItemsTask.InteractionStateModifier and TypeMethodDescriptionprivate BiConsumer<PathAwareEntity, Inventory> MoveItemsTask.createSetInteractionStateCallback(MoveItemsTask.InteractionState state) private voidMoveItemsTask.setInteractionState(MoveItemsTask.InteractionState state) Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type MoveItemsTask.InteractionStateModifierConstructorDescriptionMoveItemsTask(float speed, Predicate<BlockState> inputContainerPredicate, Predicate<BlockState> outputChestPredicate, int horizontalRange, int verticalRange, Map<MoveItemsTask.InteractionState, MoveItemsTask.InteractionCallback> interactionCallbacks, Consumer<PathAwareEntity> travellingCallback, Predicate<MoveItemsTask.Storage> storagePredicate) -
Uses of MoveItemsTask.InteractionState in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return types with arguments of type MoveItemsTask.InteractionStateModifier and TypeMethodDescriptionprivate static Map<MoveItemsTask.InteractionState, MoveItemsTask.InteractionCallback> CopperGolemBrain.createInteractionCallbacks()