类 UseItemGoal<T extends Mob>
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.UseItemGoal<T>
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器构造器说明UseItemGoal
(T pMob, ItemStack pItem, SoundEvent pFinishUsingSound, Predicate<? super T> pCanUseSelector) -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString
-
字段详细资料
-
mob
-
item
-
canUseSelector
-
finishUsingSound
-
-
构造器详细资料
-
UseItemGoal
public UseItemGoal(T pMob, ItemStack pItem, @Nullable SoundEvent pFinishUsingSound, Predicate<? super T> pCanUseSelector)
-
-
方法详细资料