Class TakeoffPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.Phase
net.minecraft.entity.boss.dragon.phase.TakeoffPhase
- All Implemented Interfaces:
IPhase
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
doClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
-
Field Details
-
firstTick
private boolean firstTick -
currentPath
-
targetLocation
-
-
Constructor Details
-
TakeoffPhase
-
-
Method Details
-
doServerTick
public void doServerTick()- Specified by:
doServerTick
in interfaceIPhase
- Overrides:
doServerTick
in classPhase
-
begin
public void begin() -
findNewTarget
private void findNewTarget() -
getFlyTargetLocation
- Specified by:
getFlyTargetLocation
in interfaceIPhase
- Overrides:
getFlyTargetLocation
in classPhase
-
getPhase
-