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