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, removeAreaEffect
private Vec3d targetLocation
public HoverPhase(EnderDragonEntity dragonIn)
public void serverTick()
serverTick
in interface IPhase
serverTick
in class Phase
public boolean getIsStationary()
getIsStationary
in interface IPhase
getIsStationary
in class Phase
public void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall
in interface IPhase
getMaxRiseOrFall
in class Phase
@Nullable public Vec3d getTargetLocation()
getTargetLocation
in interface IPhase
getTargetLocation
in class Phase
public PhaseType<HoverPhase> getType()