Class InteractGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.LookAtPlayerGoal
net.minecraft.world.entity.ai.goal.InteractGoal
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.goal.LookAtPlayerGoalDEFAULT_PROBABILITY, lookAt, lookAtContext, lookAtType, lookDistance, mob, probability
- 
Constructor SummaryConstructorsConstructorDescriptionInteractGoal(Mob p_148111_, Class<? extends LivingEntity> p_148112_, float p_148113_) InteractGoal(Mob p_25415_, Class<? extends LivingEntity> p_25416_, float p_25417_, float p_25418_) 
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.LookAtPlayerGoalcanContinueToUse, canUse, start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Constructor Details- 
InteractGoal
- 
InteractGoalpublic InteractGoal(Mob p_25415_, Class<? extends LivingEntity> p_25416_, float p_25417_, float p_25418_) 
 
-