Modifier and Type | Field and Description |
---|---|
private Vec3d |
targetLocation |
Constructor and Description |
---|
PhaseHover(EntityDragon dragonIn) |
Modifier and Type | Method and Description |
---|---|
void |
doLocalUpdate() |
boolean |
getIsStationary() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseList<PhaseHover> |
getType() |
void |
initPhase() |
doClientRenderEffects, getAdjustedDamage, getYawFactor, onCrystalDestroyed, removeAreaEffect
private Vec3d targetLocation
public PhaseHover(EntityDragon dragonIn)
public void doLocalUpdate()
doLocalUpdate
in interface IPhase
doLocalUpdate
in class PhaseBase
public boolean getIsStationary()
getIsStationary
in interface IPhase
getIsStationary
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<PhaseHover> getType()