Class HoldingPatternPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
net.minecraft.entity.boss.dragon.phase.HoldingPatternPhase
- All Implemented Interfaces:
Phase
- Mappings:
Namespace Name official bxn
intermediary net/minecraft/class_1517
named net/minecraft/entity/boss/dragon/phase/HoldingPatternPhase
-
Field Summary
Fields inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
dragon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) private void
getType()
void
private void
strafePlayer
(PlayerEntity player) private void
Methods inherited from class net.minecraft.entity.boss.dragon.phase.AbstractPhase
clientTick, endPhase, getMaxYAcceleration, getYawAcceleration, isSittingOrHovering, modifyDamageTaken
-
Field Details
-
PLAYERS_IN_RANGE_PREDICATE
- Mappings:
Namespace Name Mixin selector official b
Lbxn;b:Lbts;
intermediary field_18121
Lnet/minecraft/class_1517;field_18121:Lnet/minecraft/class_4051;
named PLAYERS_IN_RANGE_PREDICATE
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;PLAYERS_IN_RANGE_PREDICATE:Lnet/minecraft/entity/ai/TargetPredicate;
-
path
- Mappings:
Namespace Name Mixin selector official c
Lbxn;c:Lebb;
intermediary field_7043
Lnet/minecraft/class_1517;field_7043:Lnet/minecraft/class_11;
named path
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;path:Lnet/minecraft/entity/ai/pathing/Path;
-
pathTarget
- Mappings:
Namespace Name Mixin selector official d
Lbxn;d:Lehn;
intermediary field_7045
Lnet/minecraft/class_1517;field_7045:Lnet/minecraft/class_243;
named pathTarget
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;pathTarget:Lnet/minecraft/util/math/Vec3d;
-
shouldFindNewPath
private boolean shouldFindNewPath- Mappings:
Namespace Name Mixin selector official e
Lbxn;e:Z
intermediary field_7044
Lnet/minecraft/class_1517;field_7044:Z
named shouldFindNewPath
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;shouldFindNewPath:Z
-
-
Constructor Details
-
HoldingPatternPhase
- Mappings:
Namespace Name Mixin selector official <init>
Lbxj;<init>(Lbxh;)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
Lbxr;i()Lbxx;
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;
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Overrides:
serverTick
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official c
Lbxr;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
Lbxr;d()V
intermediary method_6856
Lnet/minecraft/class_1521;method_6856()V
named beginPhase
Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V
-
getPathTarget
- Specified by:
getPathTarget
in interfacePhase
- Overrides:
getPathTarget
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official g
Lbxr;g()Lehn;
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;
-
tickInRange
private void tickInRange()- Mappings:
Namespace Name Mixin selector official j
Lbxn;j()V
intermediary method_6841
Lnet/minecraft/class_1517;method_6841()V
named tickInRange
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;tickInRange()V
-
strafePlayer
- Mappings:
Namespace Name Mixin selector official a
Lbxn;a(Lcbu;)V
intermediary method_6843
Lnet/minecraft/class_1517;method_6843(Lnet/minecraft/class_1657;)V
named strafePlayer
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;strafePlayer(Lnet/minecraft/entity/player/PlayerEntity;)V
-
followPath
private void followPath()- Mappings:
Namespace Name Mixin selector official k
Lbxn;k()V
intermediary method_6842
Lnet/minecraft/class_1517;method_6842()V
named followPath
Lnet/minecraft/entity/boss/dragon/phase/HoldingPatternPhase;followPath()V
-
crystalDestroyed
public void crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable @Nullable PlayerEntity player) - Specified by:
crystalDestroyed
in interfacePhase
- Overrides:
crystalDestroyed
in classAbstractPhase
- Mappings:
Namespace Name Mixin selector official a
Lbxr;a(Lbxg;Lgw;Lbho;Lcbu;)V
intermediary method_6850
Lnet/minecraft/class_1521;method_6850(Lnet/minecraft/class_1511;Lnet/minecraft/class_2338;Lnet/minecraft/class_1282;Lnet/minecraft/class_1657;)V
named crystalDestroyed
Lnet/minecraft/entity/boss/dragon/phase/Phase;crystalDestroyed(Lnet/minecraft/entity/decoration/EndCrystalEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/damage/DamageSource;Lnet/minecraft/entity/player/PlayerEntity;)V
-