Class AbstractDragonSittingPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonSittingPhase
- All Implemented Interfaces:
- DragonPhaseInstance
- Direct Known Subclasses:
- DragonSittingAttackingPhase,- DragonSittingFlamingPhase,- DragonSittingScanningPhase
- 
Field SummaryFields inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancedragon
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancebegin, doClientTick, doServerTick, end, getFlySpeed, getFlyTargetLocation, getTurnSpeed, onCrystalDestroyedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.entity.boss.enderdragon.phases.DragonPhaseInstancegetPhase
- 
Constructor Details- 
AbstractDragonSittingPhase
 
- 
- 
Method Details- 
isSittingpublic boolean isSitting()- Specified by:
- isSittingin interface- DragonPhaseInstance
- Overrides:
- isSittingin class- AbstractDragonPhaseInstance
 
- 
onHurt- Specified by:
- onHurtin interface- DragonPhaseInstance
- Overrides:
- onHurtin class- AbstractDragonPhaseInstance
 
 
-