| 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, removeAreaEffectprivate boolean firstTick
private Path currentPath
private Vec3d targetLocation
public TakeoffPhase(EnderDragonEntity dragonIn)
public void serverTick()
serverTick in interface IPhaseserverTick in class Phasepublic void initPhase()
private void findNewTarget()
private void navigateToNextPathNode()
@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class Phasepublic PhaseType<TakeoffPhase> getType()