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