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