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 Pathfield_7054private booleanfield_7056private Vec3dtargetFields 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 voidbeginPhase()Vec3dgetTarget()PhaseType<TakeoffPhase>getType()private voidmethod_6858()private voidmethod_6859()voidserverTick()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:
serverTickin interfacePhase- Overrides:
serverTickin classAbstractPhase
-
beginPhase
public void beginPhase()- Specified by:
beginPhasein interfacePhase- Overrides:
beginPhasein classAbstractPhase
-
method_6858
private void method_6858() -
method_6859
private void method_6859() -
getTarget
- Specified by:
getTargetin interfacePhase- Overrides:
getTargetin classAbstractPhase
-
getType
-