Constructor and Description |
---|
PhaseLanding(EntityDragon dragonIn) |
Modifier and Type | Method and Description |
---|---|
void |
clientTick() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<PhaseLanding> |
getType() |
float |
getYawFactor() |
void |
initPhase() |
void |
serverTick() |
getAdjustedDamage, getIsStationary, onCrystalDestroyed, removeAreaEffect
public PhaseLanding(EntityDragon dragonIn)
public void clientTick()
clientTick
in interface IPhase
clientTick
in class PhaseBase
public void serverTick()
serverTick
in interface IPhase
serverTick
in class PhaseBase
public float getMaxRiseOrFall()
getMaxRiseOrFall
in interface IPhase
getMaxRiseOrFall
in class PhaseBase
public float getYawFactor()
getYawFactor
in interface IPhase
getYawFactor
in class PhaseBase
public void initPhase()
@Nullable public Vec3d getTargetLocation()
getTargetLocation
in interface IPhase
getTargetLocation
in class PhaseBase
public PhaseType<PhaseLanding> getType()