Class SittingPhase
- java.lang.Object
-
- net.minecraft.entity.boss.dragon.phase.Phase
-
- net.minecraft.entity.boss.dragon.phase.SittingPhase
-
- All Implemented Interfaces:
IPhase
- Direct Known Subclasses:
AttackingSittingPhase
,FlamingSittingPhase
,ScanningSittingPhase
public abstract class SittingPhase extends Phase
-
-
Constructor Summary
Constructors Constructor Description SittingPhase(EnderDragonEntity p_i46794_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSitting()
float
onHurt(DamageSource p_221113_1_, float p_221113_2_)
-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
begin, doClientTick, doServerTick, end, getFlySpeed, getFlyTargetLocation, getTurnSpeed, onCrystalDestroyed
-
-
-
-
Constructor Detail
-
SittingPhase
public SittingPhase(EnderDragonEntity p_i46794_1_)
-
-