public class PathfinderGoalUseItem<T extends EntityInsentient>
extends PathfinderGoal
| aoj | |
| net.minecraft.class_3993 | |
| net.minecraft.entity.ai.goal.UseItemGoal | |
| net.minecraft.server.v1_14_R1.PathfinderGoalUseItem |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final T |
| ||||||
| private final ItemStack |
| ||||||
| private final Predicate<? super T> |
| ||||||
| private final SoundEffect |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (T arg0, ItemStack arg1, SoundEffect arg2, Predicate<? super T> arg3) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public void |
|