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 official bfh
intermediary net/minecraft/class_1519
named net/minecraft/entity/boss/dragon/phase/LandingApproachPhase
-
Field Summary
Fields Modifier and Type Field Description private Path
path
private Vec3d
pathTarget
private static TargetPredicate
PLAYERS_IN_RANGE_PREDICATE
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon
-
Constructor Summary
Constructors Constructor Description LandingApproachPhase(EnderDragonEntity dragon)
-
Method Summary
Modifier and Type Method Description void
beginPhase()
private void
followPath()
@Nullable Vec3d
getPathTarget()
PhaseType<LandingApproachPhase>
getType()
void
serverTick()
private void
updatePath()
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
clientTick, crystalDestroyed, endPhase, getMaxYAcceleration, getYawAcceleration, isSittingOrHovering, modifyDamageTaken
-
Field Details
-
PLAYERS_IN_RANGE_PREDICATE
- Mappings:
Namespace Name Mixin selector official b
Lbfh;b:Lbcb;
intermediary field_18122
Lnet/minecraft/class_1519;field_18122:Lnet/minecraft/class_4051;
named PLAYERS_IN_RANGE_PREDICATE
Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;PLAYERS_IN_RANGE_PREDICATE:Lnet/minecraft/entity/ai/TargetPredicate;
-
path
- Mappings:
Namespace Name Mixin selector official c
Lbfh;c:Ldfy;
intermediary field_7047
Lnet/minecraft/class_1519;field_7047:Lnet/minecraft/class_11;
named path
Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;path:Lnet/minecraft/entity/ai/pathing/Path;
-
pathTarget
- Mappings:
Namespace Name Mixin selector official d
Lbfh;d:Ldly;
intermediary field_7048
Lnet/minecraft/class_1519;field_7048:Lnet/minecraft/class_243;
named pathTarget
Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;pathTarget:Lnet/minecraft/util/math/Vec3d;
-
-
Constructor Details
-
LandingApproachPhase
- Mappings:
Namespace Name Mixin selector official <init>
Lbfb;<init>(Lbez;)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
-
getType
- Mappings:
Namespace Name Mixin selector official i
Lbfj;i()Lbfp;
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;
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Overrides:
beginPhase
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official d
Lbfj;d()V
intermediary method_6856
Lnet/minecraft/class_1521;method_6856()V
named beginPhase
Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official c
Lbfj;c()V
intermediary method_6855
Lnet/minecraft/class_1521;method_6855()V
named serverTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick()V
-
getPathTarget
- Specified by:
getPathTarget
in interfacePhase
- Overrides:
getPathTarget
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official g
Lbfj;g()Ldly;
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;
-
updatePath
private void updatePath()- Mappings:
Namespace Name Mixin selector official j
Lbfh;j()V
intermediary method_6844
Lnet/minecraft/class_1519;method_6844()V
named updatePath
Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;updatePath()V
-
followPath
private void followPath()- Mappings:
Namespace Name Mixin selector official k
Lbfh;k()V
intermediary method_6845
Lnet/minecraft/class_1519;method_6845()V
named followPath
Lnet/minecraft/entity/boss/dragon/phase/LandingApproachPhase;followPath()V
-