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 cid
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
clientTick, crystalDestroyed, endPhase, getMaxYAcceleration, getYawAcceleration, isSittingOrHovering, modifyDamageTaken
-
Field Details
-
shouldFindNewPath
private 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
Lcid;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
Lcid;c:Leox;
-
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
Lcid;d:Lewh;
-
-
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>
Lchq;<init>(Lcho;)V
-
-
Method Details
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector named serverTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick()V
intermediary method_6855
Lnet/minecraft/class_1521;method_6855()V
official c
Lchy;c()V
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
- 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 d
Lchy;d()V
-
updatePath
private 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 j
Lcid;j()V
-
followPath
private 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 k
Lcid;k()V
-
getPathTarget
- Specified by:
getPathTarget
in interfacePhase
- Overrides:
getPathTarget
in classAbstractPhase
- 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 g
Lchy;g()Lewh;
-
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 i
Lchy;i()Lcie;
-