Class AttackingSittingPhase
- java.lang.Object
-
- net.minecraft.entity.boss.dragon.phase.Phase
-
- net.minecraft.entity.boss.dragon.phase.SittingPhase
-
- net.minecraft.entity.boss.dragon.phase.AttackingSittingPhase
-
- All Implemented Interfaces:
IPhase
public class AttackingSittingPhase extends SittingPhase
-
-
Field Summary
Fields Modifier and Type Field Description private int
attackingTicks
-
Constructor Summary
Constructors Constructor Description AttackingSittingPhase(EnderDragonEntity p_i46787_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin()
void
doClientTick()
void
doServerTick()
PhaseType<AttackingSittingPhase>
getPhase()
-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.SittingPhase
isSitting, onHurt
-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
end, getFlySpeed, getFlyTargetLocation, getTurnSpeed, onCrystalDestroyed
-
-
-
-
Constructor Detail
-
AttackingSittingPhase
public AttackingSittingPhase(EnderDragonEntity p_i46787_1_)
-
-
Method Detail
-
doClientTick
public void doClientTick()
- Specified by:
doClientTick
in interfaceIPhase
- Overrides:
doClientTick
in classPhase
-
doServerTick
public void doServerTick()
- Specified by:
doServerTick
in interfaceIPhase
- Overrides:
doServerTick
in classPhase
-
getPhase
public PhaseType<AttackingSittingPhase> getPhase()
-
-