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, removeAreaEffect
private Vec3d targetLocation
private int time
public PhaseDying(EntityDragon dragonIn)
public void doClientRenderEffects()
doClientRenderEffects
in interface IPhase
doClientRenderEffects
in class PhaseBase
public void doLocalUpdate()
doLocalUpdate
in interface IPhase
doLocalUpdate
in class PhaseBase
public void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall
in interface IPhase
getMaxRiseOrFall
in class PhaseBase
@Nullable public Vec3d getTargetLocation()
getTargetLocation
in interface IPhase
getTargetLocation
in class PhaseBase
public PhaseList<PhaseDying> getType()