| 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, removeAreaEffectprivate Vec3d targetLocation
public LandingPhase(EnderDragonEntity dragonIn)
public void clientTick()
clientTick in interface IPhaseclientTick in class Phasepublic void serverTick()
serverTick in interface IPhaseserverTick in class Phasepublic float getMaxRiseOrFall()
getMaxRiseOrFall in interface IPhasegetMaxRiseOrFall in class Phasepublic float getYawFactor()
getYawFactor in interface IPhasegetYawFactor in class Phasepublic void initPhase()
@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class Phasepublic PhaseType<LandingPhase> getType()