Modifier and Type | Field and Description |
---|---|
private Vec3d |
targetLocation |
private int |
time |
Constructor and Description |
---|
DyingPhase(EnderDragonEntity dragonIn) |
Modifier and Type | Method and Description |
---|---|
void |
clientTick() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<DyingPhase> |
getType() |
void |
initPhase() |
void |
serverTick() |
func_221113_a, getIsStationary, getYawFactor, onCrystalDestroyed, removeAreaEffect
private Vec3d targetLocation
private int time
public DyingPhase(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 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<DyingPhase> getType()