static class PandaEntity.PandaRevengeGoal extends RevengeGoal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private PandaEntity |
panda |
checkVisibility, maxTimeWithoutVisibility, mob, target
Constructor and Description |
---|
PandaRevengeGoal(PandaEntity panda,
Class<?>[] noRevengeTypes) |
Modifier and Type | Method and Description |
---|---|
protected void |
setMobEntityTarget(MobEntity mob,
LivingEntity target) |
boolean |
shouldContinue() |
callSameTypeForRevenge, canStart, setGroupRevenge, start
canTrack, getFollowRange, setMaxTimeWithoutVisibility, stop
canStop, getControls, setControls, tick, toString
private final PandaEntity panda
public PandaRevengeGoal(PandaEntity panda, Class<?>[] noRevengeTypes)
public boolean shouldContinue()
shouldContinue
in class TrackTargetGoal
protected void setMobEntityTarget(MobEntity mob, LivingEntity target)
setMobEntityTarget
in class RevengeGoal