Class TakeoffPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.TakeoffPhase
- All Implemented Interfaces:
Phase
public class TakeoffPhase extends AbstractPhase
-
Field Summary
Fields Modifier and Type Field Description private Path
field_7054
private boolean
field_7056
private Vec3d
target
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon
-
Constructor Summary
Constructors Constructor Description TakeoffPhase(EnderDragonEntity dragon)
-
Method Summary
Modifier and Type Method Description void
beginPhase()
Vec3d
getTarget()
PhaseType<TakeoffPhase>
getType()
private void
method_6858()
private void
method_6859()
void
serverTick()
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
clientTick, crystalDestroyed, endPhase, getMaxYAcceleration, isSittingOrHovering, method_6847, modifyDamageTaken
-
Field Details
-
field_7056
private boolean field_7056 -
field_7054
-
target
-
-
Constructor Details
-
TakeoffPhase
-
-
Method Details
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
-
method_6858
private void method_6858() -
method_6859
private void method_6859() -
getTarget
- Specified by:
getTarget
in interfacePhase
- Overrides:
getTarget
in classAbstractPhase
-
getType
-