Class SittingAttackingPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.AbstractSittingPhase
net.minecraft.entity.boss.dragon.phase.SittingAttackingPhase
- All Implemented Interfaces:
Phase
public class SittingAttackingPhase extends AbstractSittingPhase
-
Field Summary
Fields Modifier and Type Field Description private int
ticks
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon
-
Constructor Summary
Constructors Constructor Description SittingAttackingPhase(EnderDragonEntity dragon)
-
Method Summary
Modifier and Type Method Description void
beginPhase()
void
clientTick()
PhaseType<SittingAttackingPhase>
getType()
void
serverTick()
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractSittingPhase
isSittingOrHovering, modifyDamageTaken
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
crystalDestroyed, endPhase, getMaxYAcceleration, getTarget, method_6847
-
Field Details
-
ticks
private int ticks
-
-
Constructor Details
-
SittingAttackingPhase
-
-
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
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
-
getType
-