public class GoToWantedItem<E extends LivingEntity>
extends Behavior<E>
| asl | |
| net.minecraft.world.entity.ai.behavior.GoToWantedItem | |
| net.minecraft.class_4815 | |
| net.minecraft.entity.ai.brain.task.WalkToNearestVisibleWantedItemTask | |
| net.minecraft.entity.ai.brain.task.PickupWantedItemTask | |
| net.minecraft.server.v1_16_R3.BehaviorFindAdmirableItem |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Predicate<E> |
| ||||||||||
| private final int |
| ||||||||||
| private final float |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (float arg0, boolean arg1, int arg2) |
| public | (Predicate<E> startCondition, float speed, boolean requiresWalkTarget, int radius) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| protected boolean |
| ||||||||||
| protected void |
| ||||||||||
| private ItemEntity |
|