Class DragonTakeoffPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonTakeoffPhase
- All Implemented Interfaces:
DragonPhaseInstance
-
Field Summary
FieldsFields inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
dragon -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
doClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
-
Field Details
-
firstTick
private boolean firstTick -
currentPath
-
targetLocation
-
-
Constructor Details
-
DragonTakeoffPhase
-
-
Method Details
-
doServerTick
public void doServerTick()- Specified by:
doServerTickin interfaceDragonPhaseInstance- Overrides:
doServerTickin classAbstractDragonPhaseInstance
-
begin
public void begin()- Specified by:
beginin interfaceDragonPhaseInstance- Overrides:
beginin classAbstractDragonPhaseInstance
-
findNewTarget
private void findNewTarget() -
getFlyTargetLocation
- Specified by:
getFlyTargetLocationin interfaceDragonPhaseInstance- Overrides:
getFlyTargetLocationin classAbstractDragonPhaseInstance
-
getPhase
-