Class DragonLandingApproachPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonLandingApproachPhase
- All Implemented Interfaces:
 DragonPhaseInstance
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Pathprivate static final TargetingConditionsprivate Vec3Fields 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
- 
NEAR_EGG_TARGETING
 - 
currentPath
 - 
targetLocation
 
 - 
 - 
Constructor Details
- 
DragonLandingApproachPhase
 
 - 
 - 
Method Details
- 
getPhase
 - 
begin
public void begin()- Specified by:
 beginin interfaceDragonPhaseInstance- Overrides:
 beginin classAbstractDragonPhaseInstance
 - 
doServerTick
public void doServerTick()- Specified by:
 doServerTickin interfaceDragonPhaseInstance- Overrides:
 doServerTickin classAbstractDragonPhaseInstance
 - 
getFlyTargetLocation
- Specified by:
 getFlyTargetLocationin interfaceDragonPhaseInstance- Overrides:
 getFlyTargetLocationin classAbstractDragonPhaseInstance
 - 
findNewTarget
private void findNewTarget() 
 -