Class TakeoffPhase

java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.TakeoffPhase
All Implemented Interfaces:
Phase

public class TakeoffPhase extends AbstractPhase
Mappings:
Namespace Name
named net/minecraft/entity/boss/dragon/phase/TakeoffPhase
intermediary net/minecraft/class_1524
official cis
  • 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 Lcis;b:Z
    • path

      @Nullable private @Nullable Path 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 Lcis;c:Leol;
    • pathTarget

      @Nullable private @Nullable Vec3d 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 Lcis;d:Levt;
  • Constructor Details

    • TakeoffPhase

      public TakeoffPhase(EnderDragonEntity dragon)
      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> Lcif;<init>(Lcid;)V
  • Method Details

    • serverTick

      public void serverTick()
      Specified by:
      serverTick in interface Phase
      Overrides:
      serverTick in class AbstractPhase
      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 Lcin;c()V
    • beginPhase

      public void beginPhase()
      Specified by:
      beginPhase in interface Phase
      Overrides:
      beginPhase in 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 d Lcin;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 Lcis;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 Lcis;k()V
    • getPathTarget

      @Nullable public @Nullable Vec3d getPathTarget()
      Specified by:
      getPathTarget in interface Phase
      Overrides:
      getPathTarget in 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 g Lcin;g()Levt;
    • getType

      public PhaseType<TakeoffPhase> 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 Lcin;i()Lcit;