Class StrafePlayerPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.Phase
net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase
- All Implemented Interfaces:
IPhase
-
Field Summary
Modifier and TypeFieldDescriptionprivate LivingEntity
private Path
private int
private boolean
private static final org.apache.logging.log4j.Logger
private Vector3d
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin()
void
private void
getPhase()
private void
void
setTarget
(LivingEntity p_188686_1_) Methods inherited from class net.minecraft.entity.boss.dragon.phase.Phase
doClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
fireballCharge
private int fireballCharge -
currentPath
-
targetLocation
-
attackTarget
-
holdingPatternClockwise
private boolean holdingPatternClockwise
-
-
Constructor Details
-
StrafePlayerPhase
-
-
Method Details
-
doServerTick
public void doServerTick()- Specified by:
doServerTick
in interfaceIPhase
- Overrides:
doServerTick
in classPhase
-
findNewTarget
private void findNewTarget() -
begin
public void begin() -
setTarget
-
getFlyTargetLocation
- Specified by:
getFlyTargetLocation
in interfaceIPhase
- Overrides:
getFlyTargetLocation
in classPhase
-
getPhase
-