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 Summary
Fields inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
dragon
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
begin, doClientTick, doServerTick, end, getFlySpeed, getFlyTargetLocation, getTurnSpeed, onCrystalDestroyed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.entity.boss.enderdragon.phases.DragonPhaseInstance
getPhase
-
Constructor Details
-
AbstractDragonSittingPhase
-
-
Method Details
-
isSitting
public boolean isSitting()- Specified by:
isSitting
in interfaceDragonPhaseInstance
- Overrides:
isSitting
in classAbstractDragonPhaseInstance
-
onHurt
- Specified by:
onHurt
in interfaceDragonPhaseInstance
- Overrides:
onHurt
in classAbstractDragonPhaseInstance
-