public class LandingPhase extends AbstractPhase
| Modifier and Type | Field and Description |
|---|---|
private Vec3d |
target |
dragon| Constructor and Description |
|---|
LandingPhase(EnderDragonEntity dragon) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPhase() |
void |
clientTick() |
float |
getMaxYAcceleration() |
Vec3d |
getTarget() |
PhaseType<LandingPhase> |
getType() |
float |
method_6847() |
void |
serverTick() |
crystalDestroyed, endPhase, isSittingOrHovering, modifyDamageTakenprivate Vec3d target
public LandingPhase(EnderDragonEntity dragon)
public void clientTick()
clientTick in interface PhaseclientTick in class AbstractPhasepublic void serverTick()
serverTick in interface PhaseserverTick in class AbstractPhasepublic float getMaxYAcceleration()
getMaxYAcceleration in interface PhasegetMaxYAcceleration in class AbstractPhasepublic float method_6847()
method_6847 in interface Phasemethod_6847 in class AbstractPhasepublic void beginPhase()
beginPhase in interface PhasebeginPhase in class AbstractPhase@Nullable public Vec3d getTarget()
getTarget in interface PhasegetTarget in class AbstractPhasepublic PhaseType<LandingPhase> getType()