Class LandingApproachPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.LandingApproachPhase
- All Implemented Interfaces:
Phase
public class LandingApproachPhase extends AbstractPhase
-
Field Summary
Fields Modifier and Type Field Description private Pathfield_7047private static TargetPredicatePLAYERS_IN_RANGE_PREDICATEprivate Vec3dtargetFields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon -
Constructor Summary
Constructors Constructor Description LandingApproachPhase(EnderDragonEntity dragon) -
Method Summary
Modifier and Type Method Description voidbeginPhase()Vec3dgetTarget()PhaseType<LandingApproachPhase>getType()private voidmethod_6844()private voidmethod_6845()voidserverTick()Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
clientTick, crystalDestroyed, endPhase, getMaxYAcceleration, isSittingOrHovering, method_6847, modifyDamageTaken
-
Field Details
-
PLAYERS_IN_RANGE_PREDICATE
-
field_7047
-
target
-
-
Constructor Details
-
LandingApproachPhase
-
-
Method Details
-
getType
-
beginPhase
public void beginPhase()- Specified by:
beginPhasein interfacePhase- Overrides:
beginPhasein classAbstractPhase
-
serverTick
public void serverTick()- Specified by:
serverTickin interfacePhase- Overrides:
serverTickin classAbstractPhase
-
getTarget
- Specified by:
getTargetin interfacePhase- Overrides:
getTargetin classAbstractPhase
-
method_6844
private void method_6844() -
method_6845
private void method_6845()
-