| Modifier and Type | Field and Description |
|---|---|
private Vec3d |
targetLocation |
private int |
time |
| Constructor and Description |
|---|
PhaseDying(EntityDragon dragonIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
doClientRenderEffects() |
void |
doLocalUpdate() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseList<PhaseDying> |
getType() |
void |
initPhase() |
getAdjustedDamage, getIsStationary, getYawFactor, onCrystalDestroyed, removeAreaEffectprivate Vec3d targetLocation
private int time
public PhaseDying(EntityDragon dragonIn)
public void doClientRenderEffects()
doClientRenderEffects in interface IPhasedoClientRenderEffects in class PhaseBasepublic void doLocalUpdate()
doLocalUpdate in interface IPhasedoLocalUpdate in class PhaseBasepublic void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall in interface IPhasegetMaxRiseOrFall in class PhaseBase@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class PhaseBasepublic PhaseList<PhaseDying> getType()