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 intattackingTicks
-
Constructor Summary
Constructors Constructor Description AttackingSittingPhase(EnderDragonEntity p_i46787_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin()voiddoClientTick()voiddoServerTick()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:
doClientTickin interfaceIPhase- Overrides:
doClientTickin classPhase
-
doServerTick
public void doServerTick()
- Specified by:
doServerTickin interfaceIPhase- Overrides:
doServerTickin classPhase
-
getPhase
public PhaseType<AttackingSittingPhase> getPhase()
-
-