Class DragonHoldingPatternPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonHoldingPatternPhase
- All Implemented Interfaces:
- DragonPhaseInstance
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate Pathprivate static final TargetingConditionsprivate Vec3Fields inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancedragon
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbegin()voidprivate voidgetPhase()private voidvoidonCrystalDestroyed(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, Player p_31235_) private voidstrafePlayer(Player p_31237_) Methods inherited from class net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstancedoClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onHurt
- 
Field Details- 
NEW_TARGET_TARGETING
- 
currentPath
- 
targetLocation
- 
clockwiseprivate boolean clockwise
 
- 
- 
Constructor Details- 
DragonHoldingPatternPhase
 
- 
- 
Method Details- 
getPhase
- 
doServerTickpublic void doServerTick()- Specified by:
- doServerTickin interface- DragonPhaseInstance
- Overrides:
- doServerTickin class- AbstractDragonPhaseInstance
 
- 
beginpublic void begin()- Specified by:
- beginin interface- DragonPhaseInstance
- Overrides:
- beginin class- AbstractDragonPhaseInstance
 
- 
getFlyTargetLocation- Specified by:
- getFlyTargetLocationin interface- DragonPhaseInstance
- Overrides:
- getFlyTargetLocationin class- AbstractDragonPhaseInstance
 
- 
findNewTargetprivate void findNewTarget()
- 
strafePlayer
- 
onCrystalDestroyedpublic void onCrystalDestroyed(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, @Nullable Player p_31235_) - Specified by:
- onCrystalDestroyedin interface- DragonPhaseInstance
- Overrides:
- onCrystalDestroyedin class- AbstractDragonPhaseInstance
 
 
-