Class TemptGoal.ForNonPathfinders
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.TemptGoal
net.minecraft.world.entity.ai.goal.TemptGoal.ForNonPathfinders
- Enclosing class:
TemptGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class TemptGoal
TemptGoal.ForNonPathfinders -
Field Summary
Fields inherited from class TemptGoal
mob, player, speedModifier -
Constructor Summary
ConstructorsConstructorDescriptionForNonPathfinders(Mob mob, double speedModifier, Predicate<ItemStack> items, boolean canScare, double stopDistance) -
Method Summary
Methods inherited from class TemptGoal
canContinueToUse, canScare, canUse, isRunning, start, stop, tickMethods inherited from class Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
Constructor Details
-
ForNonPathfinders
-
-
Method Details