public class TakeoffPhase extends AbstractPhase
Modifier and Type | Field and Description |
---|---|
private Path |
field_7054 |
private boolean |
field_7056 |
private Vec3d |
target |
dragon
Constructor and Description |
---|
TakeoffPhase(EnderDragonEntity dragon) |
Modifier and Type | Method and Description |
---|---|
void |
beginPhase() |
Vec3d |
getTarget() |
PhaseType<TakeoffPhase> |
getType() |
private void |
method_6858() |
private void |
method_6859() |
void |
serverTick() |
clientTick, crystalDestroyed, endPhase, getMaxYAcceleration, isSittingOrHovering, method_6847, modifyDamageTaken
private boolean field_7056
private Path field_7054
private Vec3d target
public TakeoffPhase(EnderDragonEntity dragon)
public void serverTick()
serverTick
in interface Phase
serverTick
in class AbstractPhase
public void beginPhase()
beginPhase
in interface Phase
beginPhase
in class AbstractPhase
private void method_6858()
private void method_6859()
@Nullable public Vec3d getTarget()
getTarget
in interface Phase
getTarget
in class AbstractPhase
public PhaseType<TakeoffPhase> getType()