public class FleeConditionalGoal extends WrappedPathfindingGoal implements PathfinderHolder
Modifier and Type | Field and Description |
---|---|
protected List<SkillCondition> |
conditions |
protected String |
conditionString |
protected float |
distance |
protected double |
safeSpeed |
protected double |
speed |
dataVar1, dataVar2, entity
Constructor and Description |
---|
FleeConditionalGoal(AbstractEntity entity,
String line,
MythicLineConfig mlc) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.server.v1_12_R1.PathfinderGoal |
create() |
boolean |
isValid() |
ai, getPlugin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNMSEntity
protected float distance
protected double speed
protected double safeSpeed
protected String conditionString
protected List<SkillCondition> conditions
public FleeConditionalGoal(AbstractEntity entity, String line, MythicLineConfig mlc)
public boolean isValid()
isValid
in interface PathfinderAdapter
public net.minecraft.server.v1_12_R1.PathfinderGoal create()
create
in interface PathfinderHolder
Copyright © 2020. All rights reserved.