Modifier and Type | Field and Description |
---|---|
private Path |
currentPath |
private boolean |
firstTick |
private Vec3d |
targetLocation |
Constructor and Description |
---|
TakeoffPhase(EnderDragonEntity dragonIn) |
Modifier and Type | Method and Description |
---|---|
private void |
findNewTarget() |
Vec3d |
getTargetLocation() |
PhaseType<TakeoffPhase> |
getType() |
void |
initPhase() |
private void |
navigateToNextPathNode() |
void |
serverTick() |
clientTick, func_221113_a, getIsStationary, getMaxRiseOrFall, getYawFactor, onCrystalDestroyed, removeAreaEffect
private boolean firstTick
private Path currentPath
private Vec3d targetLocation
public TakeoffPhase(EnderDragonEntity dragonIn)
public void serverTick()
serverTick
in interface IPhase
serverTick
in class Phase
public void initPhase()
private void findNewTarget()
private void navigateToNextPathNode()
@Nullable public Vec3d getTargetLocation()
getTargetLocation
in interface IPhase
getTargetLocation
in class Phase
public PhaseType<TakeoffPhase> getType()