Class FlamingSittingPhase
- java.lang.Object
-
- net.minecraft.entity.boss.dragon.phase.Phase
-
- net.minecraft.entity.boss.dragon.phase.SittingPhase
-
- net.minecraft.entity.boss.dragon.phase.FlamingSittingPhase
-
- All Implemented Interfaces:
IPhase
public class FlamingSittingPhase extends SittingPhase
-
-
Field Summary
Fields Modifier and Type Field Description private AreaEffectCloudEntity
flame
private int
flameCount
private int
flameTicks
-
Constructor Summary
Constructors Constructor Description FlamingSittingPhase(EnderDragonEntity p_i46786_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin()
void
doClientTick()
void
doServerTick()
void
end()
PhaseType<FlamingSittingPhase>
getPhase()
void
resetFlameCount()
-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.SittingPhase
isSitting, onHurt
-
Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
getFlySpeed, getFlyTargetLocation, getTurnSpeed, onCrystalDestroyed
-
-
-
-
Field Detail
-
flameTicks
private int flameTicks
-
flameCount
private int flameCount
-
flame
private AreaEffectCloudEntity flame
-
-
Constructor Detail
-
FlamingSittingPhase
public FlamingSittingPhase(EnderDragonEntity p_i46786_1_)
-
-
Method Detail
-
doClientTick
public void doClientTick()
- Specified by:
doClientTick
in interfaceIPhase
- Overrides:
doClientTick
in classPhase
-
doServerTick
public void doServerTick()
- Specified by:
doServerTick
in interfaceIPhase
- Overrides:
doServerTick
in classPhase
-
getPhase
public PhaseType<FlamingSittingPhase> getPhase()
-
resetFlameCount
public void resetFlameCount()
-
-