Interface MoveItemsTask.InteractionCallback
- All Superinterfaces:
TriConsumer<PathAwareEntity,MoveItemsTask.Storage, Integer>
- Enclosing class:
MoveItemsTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface MoveItemsTask.InteractionCallback
extends TriConsumer<PathAwareEntity,MoveItemsTask.Storage,Integer>
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/MoveItemsTask$InteractionCallbackintermediary net/minecraft/class_11568$class_11570official cjj$b
-
Method Summary
Methods inherited from interface org.apache.commons.lang3.function.TriConsumer
accept, andThen