Modifier and Type | Field and Description |
---|---|
private Vec3d |
targetLocation |
Constructor and Description |
---|
LandingPhase(EnderDragonEntity dragonIn) |
Modifier and Type | Method and Description |
---|---|
void |
clientTick() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<LandingPhase> |
getType() |
float |
getYawFactor() |
void |
initPhase() |
void |
serverTick() |
func_221113_a, getIsStationary, onCrystalDestroyed, removeAreaEffect
private Vec3d targetLocation
public LandingPhase(EnderDragonEntity dragonIn)
public void clientTick()
clientTick
in interface IPhase
clientTick
in class Phase
public void serverTick()
serverTick
in interface IPhase
serverTick
in class Phase
public float getMaxRiseOrFall()
getMaxRiseOrFall
in interface IPhase
getMaxRiseOrFall
in class Phase
public float getYawFactor()
getYawFactor
in interface IPhase
getYawFactor
in class Phase
public void initPhase()
@Nullable public Vec3d getTargetLocation()
getTargetLocation
in interface IPhase
getTargetLocation
in class Phase
public PhaseType<LandingPhase> getType()