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 void
beginPhase()
void
clientTick()
float
getMaxYAcceleration()
Vec3d
getTarget()
PhaseType<LandingPhase>
getType()
float
method_6847()
void
serverTick()
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:
clientTick
in interfacePhase
- Overrides:
clientTick
in classAbstractPhase
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
-
getMaxYAcceleration
public float getMaxYAcceleration()- Specified by:
getMaxYAcceleration
in interfacePhase
- Overrides:
getMaxYAcceleration
in classAbstractPhase
-
method_6847
public float method_6847()- Specified by:
method_6847
in interfacePhase
- Overrides:
method_6847
in classAbstractPhase
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
-
getTarget
- Specified by:
getTarget
in interfacePhase
- Overrides:
getTarget
in classAbstractPhase
-
getType
-