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 Path
field_7047
private static TargetPredicate
PLAYERS_IN_RANGE_PREDICATE
private Vec3d
target
Fields 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 void
beginPhase()
Vec3d
getTarget()
PhaseType<LandingApproachPhase>
getType()
private void
method_6844()
private void
method_6845()
void
serverTick()
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:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
-
getTarget
- Specified by:
getTarget
in interfacePhase
- Overrides:
getTarget
in classAbstractPhase
-
method_6844
private void method_6844() -
method_6845
private void method_6845()
-