Class LandingPhase
- java.lang.Object
-
- net.minecraft.entity.boss.dragon.phase.Phase
-
- net.minecraft.entity.boss.dragon.phase.LandingPhase
-
-
Field Summary
Fields Modifier and Type Field Description private Vector3dtargetLocation
-
Constructor Summary
Constructors Constructor Description LandingPhase(EnderDragonEntity p_i46788_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin()voiddoClientTick()voiddoServerTick()floatgetFlySpeed()Vector3dgetFlyTargetLocation()PhaseType<LandingPhase>getPhase()floatgetTurnSpeed()-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
end, isSitting, onCrystalDestroyed, onHurt
-
-
-
-
Field Detail
-
targetLocation
private Vector3d targetLocation
-
-
Constructor Detail
-
LandingPhase
public LandingPhase(EnderDragonEntity p_i46788_1_)
-
-
Method Detail
-
doClientTick
public void doClientTick()
- Specified by:
doClientTickin interfaceIPhase- Overrides:
doClientTickin classPhase
-
doServerTick
public void doServerTick()
- Specified by:
doServerTickin interfaceIPhase- Overrides:
doServerTickin classPhase
-
getFlySpeed
public float getFlySpeed()
- Specified by:
getFlySpeedin interfaceIPhase- Overrides:
getFlySpeedin classPhase
-
getTurnSpeed
public float getTurnSpeed()
- Specified by:
getTurnSpeedin interfaceIPhase- Overrides:
getTurnSpeedin classPhase
-
getFlyTargetLocation
@Nullable public Vector3d getFlyTargetLocation()
- Specified by:
getFlyTargetLocationin interfaceIPhase- Overrides:
getFlyTargetLocationin classPhase
-
getPhase
public PhaseType<LandingPhase> getPhase()
-
-