Class LandingPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.LandingPhase
- All Implemented Interfaces:
Phase
public class LandingPhase extends AbstractPhase
-
Field Summary
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon -
Constructor Summary
Constructors Constructor Description LandingPhase(EnderDragonEntity dragon) -
Method Summary
Modifier and Type Method Description voidbeginPhase()voidclientTick()floatgetMaxYAcceleration()Vec3dgetTarget()PhaseType<LandingPhase>getType()floatmethod_6847()voidserverTick()Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
crystalDestroyed, endPhase, isSittingOrHovering, modifyDamageTaken
-
Field Details
-
target
-
-
Constructor Details
-
LandingPhase
-
-
Method Details
-
clientTick
public void clientTick()- Specified by:
clientTickin interfacePhase- Overrides:
clientTickin classAbstractPhase
-
serverTick
public void serverTick()- Specified by:
serverTickin interfacePhase- Overrides:
serverTickin classAbstractPhase
-
getMaxYAcceleration
public float getMaxYAcceleration()- Specified by:
getMaxYAccelerationin interfacePhase- Overrides:
getMaxYAccelerationin classAbstractPhase
-
method_6847
public float method_6847()- Specified by:
method_6847in interfacePhase- Overrides:
method_6847in classAbstractPhase
-
beginPhase
public void beginPhase()- Specified by:
beginPhasein interfacePhase- Overrides:
beginPhasein classAbstractPhase
-
getTarget
- Specified by:
getTargetin interfacePhase- Overrides:
getTargetin classAbstractPhase
-
getType
-