public class GiveInventoryToLookTargetTask<E extends LivingEntity extends InventoryOwner>
extends MultiTickTask<E>
All mapped superinterfaces:
| net.minecraft.world.entity.ai.behavior.GoAndGiveItemsToTarget | |
| net.minecraft.world.entity.ai.behavior.GoAndGiveItemsToTarget | |
| net.minecraft.class_7296 | |
| net.minecraft.entity.ai.brain.task.GiveInventoryToLookTargetTask |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private static final int |
| ||||||||
| private static final int |
| ||||||||
| private final Vec3d |
| ||||||||
| private final Function<LivingEntity, Optional<LookTarget>> |
| ||||||||
| private final float |
| ||||||||
| private final GiveInventoryToLookTargetTask$GiveListener<E> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Function<LivingEntity, Optional<LookTarget>> lookTargetFunction, float speed, int runTime, GiveInventoryToLookTargetTask$GiveListener<E> giveListener) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected boolean |
| ||||||||
| protected boolean |
| ||||||||
| protected void |
| ||||||||
| protected void |
| ||||||||
| private boolean |
|