| Modifier and Type | Field and Description |
|---|---|
private Vec3d |
targetLocation |
| Constructor and Description |
|---|
HoverPhase(EnderDragonEntity dragonIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsStationary() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<HoverPhase> |
getType() |
void |
initPhase() |
void |
serverTick() |
clientTick, func_221113_a, getYawFactor, onCrystalDestroyed, removeAreaEffectprivate Vec3d targetLocation
public HoverPhase(EnderDragonEntity dragonIn)
public void serverTick()
serverTick in interface IPhaseserverTick in class Phasepublic boolean getIsStationary()
getIsStationary in interface IPhasegetIsStationary in class Phasepublic void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall in interface IPhasegetMaxRiseOrFall in class Phase@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class Phasepublic PhaseType<HoverPhase> getType()