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 net.minecraft.world.entity.ai.goal.TemptGoal
TemptGoal.ForNonPathfinders
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.goal.TemptGoal
mob, player, speedModifier
-
Constructor Summary
ConstructorsConstructorDescriptionForNonPathfinders
(Mob p_415602_, double p_416457_, Predicate<ItemStack> p_415698_, boolean p_416268_, double p_416020_) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
navigateTowards
(Player p_415789_) protected void
Methods inherited from class net.minecraft.world.entity.ai.goal.TemptGoal
canContinueToUse, canScare, canUse, isRunning, start, stop, tick
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
Constructor Details
-
ForNonPathfinders
-
-
Method Details