net.minecraft.entity.boss.dragon.phase

public class TakeoffPhase

extends AbstractPhase

All mapped superinterfaces:

Phase

net.minecraft.world.entity.boss.enderdragon.phases.DragonTakeoffPhase
net.minecraft.class_1524
net.minecraft.entity.boss.dragon.phase.TakeoffPhase

Field summary

Modifier and TypeField
private boolean
firstTick
field_7056
shouldFindNewPath
private Path
currentPath
field_7054
path
private Vec3d
targetLocation
field_7055
pathTarget

Constructor summary

ModifierConstructor
public (EnderDragonEntity dragon)

Method summary

Modifier and TypeMethod
public void
doServerTick(ServerLevel level)
method_6855(class_3218 arg0)
serverTick(ServerWorld arg0)
public void
begin()
method_6856()
beginPhase()
private void
findNewTarget()
method_6858()
updatePath()
private void
navigateToNextPathNode()
method_6859()
followPath()
public Vec3d
getFlyTargetLocation()
method_6851()
getPathTarget()
public PhaseType<TakeoffPhase>
getPhase()
method_6849()
getType()