Uses of Interface
net.minecraft.entity.ai.brain.task.MoveItemsTask.InteractionCallback
Packages that use MoveItemsTask.InteractionCallback
-
Uses of MoveItemsTask.InteractionCallback in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type MoveItemsTask.InteractionCallbackModifier and TypeFieldDescriptionprivate final Map<MoveItemsTask.InteractionState, MoveItemsTask.InteractionCallback> MoveItemsTask.interactionCallbacksConstructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type MoveItemsTask.InteractionCallbackModifierConstructorDescriptionMoveItemsTask(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.InteractionCallback in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return MoveItemsTask.InteractionCallbackModifier and TypeMethodDescriptionprivate static MoveItemsTask.InteractionCallbackCopperGolemBrain.createInteractionCallback(CopperGolemState state, @Nullable SoundEvent soundEvent) Methods in net.minecraft.entity.passive that return types with arguments of type MoveItemsTask.InteractionCallbackModifier and TypeMethodDescriptionprivate static Map<MoveItemsTask.InteractionState, MoveItemsTask.InteractionCallback> CopperGolemBrain.createInteractionCallbacks()