Class LandingApproachPhase

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

public class LandingApproachPhase extends AbstractPhase
Mappings:
Namespace Name
named net/minecraft/entity/boss/dragon/phase/LandingApproachPhase
intermediary net/minecraft/class_1519
official chw
  • Field Details

    • PLAYERS_IN_RANGE_PREDICATE

      private static final TargetPredicate PLAYERS_IN_RANGE_PREDICATE
      Mappings:
      Namespace Name Mixin selector
      named PLAYERS_IN_RANGE_PREDICATE Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;PLAYERS_IN_RANGE_PREDICATE:Lnet/minecraft/entity/ai/TargetPredicate;
      intermediary field_18122 Lnet/minecraft/class_1519;field_18122:Lnet/minecraft/class_4051;
      official b Lchw;b:Lcdt;
    • path

      @Nullable private @Nullable Path path
      Mappings:
      Namespace Name Mixin selector
      named path Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;path:Lnet/minecraft/entity/ai/pathing/Path;
      intermediary field_7047 Lnet/minecraft/class_1519;field_7047:Lnet/minecraft/class_11;
      official c Lchw;c:Leox;
    • pathTarget

      @Nullable private @Nullable Vec3d pathTarget
      Mappings:
      Namespace Name Mixin selector
      named pathTarget Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;pathTarget:Lnet/minecraft/util/math/Vec3d;
      intermediary field_7048 Lnet/minecraft/class_1519;field_7048:Lnet/minecraft/class_243;
      official d Lchw;d:Lewh;
  • Constructor Details

    • LandingApproachPhase

      public LandingApproachPhase(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> Lchq;<init>(Lcho;)V
  • Method Details

    • getType

      public PhaseType<LandingApproachPhase> 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;
    • 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 Lchy;d()V
    • 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 Lchy;c()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 Lchy;g()Lewh;
    • updatePath

      private void updatePath()
      Mappings:
      Namespace Name Mixin selector
      named updatePath Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;updatePath()V
      intermediary method_6844 Lnet/minecraft/class_1519;method_6844()V
      official j Lchw;j()V
    • followPath

      private void followPath()
      Mappings:
      Namespace Name Mixin selector
      named followPath Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;followPath()V
      intermediary method_6845 Lnet/minecraft/class_1519;method_6845()V
      official k Lchw;k()V