| Constructor and Description |
|---|
PhaseHover(EntityDragon dragonIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
doLocalUpdate()
Gives the phase a chance to update its status.
|
boolean |
getIsStationary() |
float |
getMaxRiseOrFall()
Returns the maximum amount dragon may rise or fall during this phase
|
Vec3d |
getTargetLocation()
Returns the location the dragon is flying toward
|
PhaseList<PhaseHover> |
getType() |
void |
initPhase()
Called when this phase is set to active
|
doClientRenderEffects, getAdjustedDamage, getYawFactor, onCrystalDestroyed, removeAreaEffectpublic PhaseHover(EntityDragon dragonIn)
public void doLocalUpdate()
doLocalUpdate in interface IPhasedoLocalUpdate in class PhaseBasepublic boolean getIsStationary()
getIsStationary in interface IPhasegetIsStationary in class PhaseBasepublic void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall in interface IPhasegetMaxRiseOrFall in class PhaseBasepublic Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class PhaseBasepublic PhaseList<PhaseHover> getType()