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