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 - named - net/minecraft/entity/boss/dragon/phase/TakeoffPhase- intermediary - net/minecraft/class_1524- official - ckl
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanFields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhasedragon
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprivate voidgetType()voidserverTick(ServerWorld world) private voidMethods 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 - named - shouldFindNewPath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;shouldFindNewPath:Z- intermediary - field_7056- Lnet/minecraft/class_1524;field_7056:Z- official - b- Lckl;b:Z
 
- 
path- Mappings:
- Namespace - Name - Mixin selector - named - path- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;path:Lnet/minecraft/entity/ai/pathing/Path;- intermediary - field_7054- Lnet/minecraft/class_1524;field_7054:Lnet/minecraft/class_11;- official - c- Lckl;c:Leto;
 
- 
pathTarget- Mappings:
- Namespace - Name - Mixin selector - named - pathTarget- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;pathTarget:Lnet/minecraft/util/math/Vec3d;- intermediary - field_7055- Lnet/minecraft/class_1524;field_7055:Lnet/minecraft/class_243;- official - d- Lckl;d:Lfbb;
 
 
- 
- 
Constructor Details- 
TakeoffPhase- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/boss/dragon/phase/AbstractPhase;<init>(Lnet/minecraft/entity/boss/dragon/EnderDragonEntity;)V- intermediary - <init>- Lnet/minecraft/class_1512;<init>(Lnet/minecraft/class_1510;)V- official - <init>- Lcjy;<init>(Lcjw;)V
 
 
- 
- 
Method Details- 
serverTick- Specified by:
- serverTickin interface- Phase
- Overrides:
- serverTickin class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - named - serverTick- Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick(Lnet/minecraft/server/world/ServerWorld;)V- intermediary - method_6855- Lnet/minecraft/class_1521;method_6855(Lnet/minecraft/class_3218;)V- official - a- Lckg;a(Lard;)V
 
- 
beginPhasepublic void beginPhase()- Specified by:
- beginPhasein interface- Phase
- Overrides:
- beginPhasein class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - named - beginPhase- Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V- intermediary - method_6856- Lnet/minecraft/class_1521;method_6856()V- official - c- Lckg;c()V
 
- 
updatePathprivate void updatePath()- Mappings:
- Namespace - Name - Mixin selector - named - updatePath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;updatePath()V- intermediary - method_6858- Lnet/minecraft/class_1524;method_6858()V- official - i- Lckl;i()V
 
- 
followPathprivate void followPath()- Mappings:
- Namespace - Name - Mixin selector - named - followPath- Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;followPath()V- intermediary - method_6859- Lnet/minecraft/class_1524;method_6859()V- official - j- Lckl;j()V
 
- 
getPathTarget- Specified by:
- getPathTargetin interface- Phase
- Overrides:
- getPathTargetin class- AbstractPhase
- Mappings:
- Namespace - Name - Mixin selector - named - getPathTarget- Lnet/minecraft/entity/boss/dragon/phase/Phase;getPathTarget()Lnet/minecraft/util/math/Vec3d;- intermediary - method_6851- Lnet/minecraft/class_1521;method_6851()Lnet/minecraft/class_243;- official - f- Lckg;f()Lfbb;
 
- 
getType- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/entity/boss/dragon/phase/Phase;getType()Lnet/minecraft/entity/boss/dragon/phase/PhaseType;- intermediary - method_6849- Lnet/minecraft/class_1521;method_6849()Lnet/minecraft/class_1527;- official - h- Lckg;h()Lckm;
 
 
-