Class TakeoffPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.TakeoffPhase
- All Implemented Interfaces:
- Phase
- Mappings:
- Namespace - Name - official - buq- intermediary - net/minecraft/class_1524- named - net/minecraft/entity/boss/dragon/phase/TakeoffPhase
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanFields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhasedragon
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhaseclientTick, crystalDestroyed, endPhase, getMaxYAcceleration, getYawAcceleration, isSittingOrHovering, modifyDamageTaken
- 
Field Details- 
shouldFindNewPathprivate boolean shouldFindNewPath- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbuq;b:Z- intermediary - field_7056- Lnet/minecraft/class_1524;field_7056:Z- named - shouldFindNewPath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;shouldFindNewPath:Z
 
- 
path- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbuq;c:Ldxt;- intermediary - field_7054- Lnet/minecraft/class_1524;field_7054:Lnet/minecraft/class_11;- named - path- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;path:Lnet/minecraft/entity/ai/pathing/Path;
 
- 
pathTarget- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbuq;d:Leei;- intermediary - field_7055- Lnet/minecraft/class_1524;field_7055:Lnet/minecraft/class_243;- named - pathTarget- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;pathTarget:Lnet/minecraft/util/math/Vec3d;
 
 
- 
- 
Constructor Details- 
TakeoffPhase- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbud;<init>(Lbub;)V- intermediary - <init>- Lnet/minecraft/class_1512;<init>(Lnet/minecraft/class_1510;)V- named - <init>- Lnet/minecraft/entity/boss/dragon/phase/AbstractPhase;<init>(Lnet/minecraft/entity/boss/dragon/EnderDragonEntity;)V
 
 
- 
- 
Method Details- 
serverTickpublic void serverTick()- Specified by:
- serverTickin interface- Phase
- Overrides:
- serverTickin class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbul;c()V- intermediary - method_6855- Lnet/minecraft/class_1521;method_6855()V- named - serverTick- Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick()V
 
- 
beginPhasepublic void beginPhase()- Specified by:
- beginPhasein interface- Phase
- Overrides:
- beginPhasein class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbul;d()V- intermediary - method_6856- Lnet/minecraft/class_1521;method_6856()V- named - beginPhase- Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V
 
- 
updatePathprivate void updatePath()- Mappings:
- Namespace - Name - Mixin selector - official - j- Lbuq;j()V- intermediary - method_6858- Lnet/minecraft/class_1524;method_6858()V- named - updatePath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;updatePath()V
 
- 
followPathprivate void followPath()- Mappings:
- Namespace - Name - Mixin selector - official - k- Lbuq;k()V- intermediary - method_6859- Lnet/minecraft/class_1524;method_6859()V- named - followPath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;followPath()V
 
- 
getPathTarget- Specified by:
- getPathTargetin interface- Phase
- Overrides:
- getPathTargetin class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lbul;g()Leei;- intermediary - method_6851- Lnet/minecraft/class_1521;method_6851()Lnet/minecraft/class_243;- named - getPathTarget- Lnet/minecraft/entity/boss/dragon/phase/Phase;getPathTarget()Lnet/minecraft/util/math/Vec3d;
 
- 
getType- Mappings:
- Namespace - Name - Mixin selector - official - i- Lbul;i()Lbur;- intermediary - method_6849- Lnet/minecraft/class_1521;method_6849()Lnet/minecraft/class_1527;- named - getType- Lnet/minecraft/entity/boss/dragon/phase/Phase;getType()Lnet/minecraft/entity/boss/dragon/phase/PhaseType;
 
 
-