| Modifier and Type | Field and Description |
|---|---|
private Vec3d |
targetLocation |
private int |
time |
| Constructor and Description |
|---|
DyingPhase(EnderDragonEntity dragonIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
clientTick() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<DyingPhase> |
getType() |
void |
initPhase() |
void |
serverTick() |
func_221113_a, getIsStationary, getYawFactor, onCrystalDestroyed, removeAreaEffectprivate Vec3d targetLocation
private int time
public DyingPhase(EnderDragonEntity dragonIn)
public void clientTick()
clientTick in interface IPhaseclientTick in class Phasepublic void serverTick()
serverTick in interface IPhaseserverTick in class Phasepublic void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall in interface IPhasegetMaxRiseOrFall in class Phase@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class Phasepublic PhaseType<DyingPhase> getType()