Class DragonHoverPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonHoverPhase
- All Implemented Interfaces:
DragonPhaseInstance
-
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
doClientTick, end, getTurnSpeed, onCrystalDestroyed, onHurt
-
Field Details
-
targetLocation
-
-
Constructor Details
-
DragonHoverPhase
-
-
Method Details
-
doServerTick
public void doServerTick()- Specified by:
doServerTick
in interfaceDragonPhaseInstance
- Overrides:
doServerTick
in classAbstractDragonPhaseInstance
-
isSitting
public boolean isSitting()- Specified by:
isSitting
in interfaceDragonPhaseInstance
- Overrides:
isSitting
in classAbstractDragonPhaseInstance
-
begin
public void begin()- Specified by:
begin
in interfaceDragonPhaseInstance
- Overrides:
begin
in classAbstractDragonPhaseInstance
-
getFlySpeed
public float getFlySpeed()- Specified by:
getFlySpeed
in interfaceDragonPhaseInstance
- Overrides:
getFlySpeed
in classAbstractDragonPhaseInstance
-
getFlyTargetLocation
- Specified by:
getFlyTargetLocation
in interfaceDragonPhaseInstance
- Overrides:
getFlyTargetLocation
in classAbstractDragonPhaseInstance
-
getPhase
-