Class DragonStrafePlayerPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonStrafePlayerPhase
- All Implemented Interfaces:
- DragonPhaseInstance
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate LivingEntityprivate Pathprivate static final intprivate intprivate booleanprivate static final org.slf4j.Loggerprivate Vec3Fields inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancedragon
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbegin()voidprivate voidgetPhase()private voidvoidsetTarget(LivingEntity p_31359_) Methods inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancedoClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
FIREBALL_CHARGE_AMOUNTprivate static final int FIREBALL_CHARGE_AMOUNT- See Also:
 
- 
fireballChargeprivate int fireballCharge
- 
currentPath
- 
targetLocation
- 
attackTarget
- 
holdingPatternClockwiseprivate boolean holdingPatternClockwise
 
- 
- 
Constructor Details- 
DragonStrafePlayerPhase
 
- 
- 
Method Details- 
doServerTickpublic void doServerTick()- Specified by:
- doServerTickin interface- DragonPhaseInstance
- Overrides:
- doServerTickin class- AbstractDragonPhaseInstance
 
- 
findNewTargetprivate void findNewTarget()
- 
beginpublic void begin()- Specified by:
- beginin interface- DragonPhaseInstance
- Overrides:
- beginin class- AbstractDragonPhaseInstance
 
- 
setTarget
- 
getFlyTargetLocation- Specified by:
- getFlyTargetLocationin interface- DragonPhaseInstance
- Overrides:
- getFlyTargetLocationin class- AbstractDragonPhaseInstance
 
- 
getPhase
 
-