public class PathfinderGoalUseItem<T extends EntityInsentient>
extends PathfinderGoal
| aoi | |
| net.minecraft.class_3993 | |
| net.minecraft.entity.ai.goal.UseItemGoal | |
| net.minecraft.server.v1_14_R1.PathfinderGoalUseItem |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| private final T |
| ||||||
| private final ItemStack |
| ||||||
| private final Predicate<? super T> |
| ||||||
| private final SoundEffect |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (T arg0, ItemStack arg1, SoundEffect arg2, Predicate<? super T> arg3) |
方法概要
| 修饰符与类型 | 方法 | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public void |
|