Class LlamaEntity.HurtByTargetGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.TargetGoal
-
- net.minecraft.entity.ai.goal.HurtByTargetGoal
-
- net.minecraft.entity.passive.horse.LlamaEntity.HurtByTargetGoal
-
- Enclosing class:
- LlamaEntity
static class LlamaEntity.HurtByTargetGoal extends HurtByTargetGoal
-
-
Field Summary
-
Fields inherited from class net.minecraft.entity.ai.goal.TargetGoal
mob, mustSee, targetMob, unseenMemoryTicks
-
-
Constructor Summary
Constructors Constructor Description HurtByTargetGoal(LlamaEntity p_i47282_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
-
Methods inherited from class net.minecraft.entity.ai.goal.HurtByTargetGoal
alertOther, alertOthers, canUse, setAlertOthers, start
-
Methods inherited from class net.minecraft.entity.ai.goal.TargetGoal
canAttack, getFollowDistance, setUnseenMemoryTicks, stop
-
-
-
-
Constructor Detail
-
HurtByTargetGoal
public HurtByTargetGoal(LlamaEntity p_i47282_1_)
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classTargetGoal
-
-