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