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 buo
intermediary net/minecraft/class_1524
named net/minecraft/entity/boss/dragon/phase/TakeoffPhase
-
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 official b
Lbuo;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
Lbuo;c:Ldwz;
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
Lbuo;d:Lede;
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>
Lbub;<init>(Lbtz;)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
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official c
Lbuj;c()V
intermediary method_6855
Lnet/minecraft/class_1521;method_6855()V
named serverTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick()V
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official d
Lbuj;d()V
intermediary method_6856
Lnet/minecraft/class_1521;method_6856()V
named beginPhase
Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V
-
updatePath
private void updatePath()- Mappings:
Namespace Name Mixin selector official j
Lbuo;j()V
intermediary method_6858
Lnet/minecraft/class_1524;method_6858()V
named updatePath
Lnet/minecraft/entity/boss/dragon/phase/TakeoffPhase;updatePath()V
-
followPath
private void followPath()- Mappings:
Namespace Name Mixin selector official k
Lbuo;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:
getPathTarget
in interfacePhase
- Overrides:
getPathTarget
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official g
Lbuj;g()Lede;
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
Lbuj;i()Lbup;
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;
-