Class AbstractPhase
java.lang.Object
net.minecraft.entity.boss.dragon.phase.AbstractPhase
- All Implemented Interfaces:
Phase
- Direct Known Subclasses:
AbstractSittingPhase
,ChargingPlayerPhase
,DyingPhase
,HoldingPatternPhase
,HoverPhase
,LandingApproachPhase
,LandingPhase
,StrafePlayerPhase
,TakeoffPhase
- Mappings:
Namespace Name named net/minecraft/entity/boss/dragon/phase/AbstractPhase
intermediary net/minecraft/class_1512
official cif
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) void
endPhase()
float
float
boolean
float
modifyDamageTaken
(DamageSource damageSource, float damage) void
-
Field Details
-
dragon
- Mappings:
Namespace Name Mixin selector named dragon
Lnet/minecraft/entity/boss/dragon/phase/AbstractPhase;dragon:Lnet/minecraft/entity/boss/dragon/EnderDragonEntity;
intermediary field_7036
Lnet/minecraft/class_1512;field_7036:Lnet/minecraft/class_1510;
official a
Lcif;a:Lcid;
-
-
Constructor Details
-
AbstractPhase
- 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
-
isSittingOrHovering
public boolean isSittingOrHovering()- Specified by:
isSittingOrHovering
in interfacePhase
- Mappings:
Namespace Name Mixin selector named isSittingOrHovering
Lnet/minecraft/entity/boss/dragon/phase/Phase;isSittingOrHovering()Z
intermediary method_6848
Lnet/minecraft/class_1521;method_6848()Z
official a
Lcin;a()Z
-
clientTick
public void clientTick()- Specified by:
clientTick
in interfacePhase
- Mappings:
Namespace Name Mixin selector named clientTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;clientTick()V
intermediary method_6853
Lnet/minecraft/class_1521;method_6853()V
official b
Lcin;b()V
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- 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
-
crystalDestroyed
public void crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable @Nullable PlayerEntity player) - Specified by:
crystalDestroyed
in interfacePhase
- Mappings:
Namespace Name Mixin selector 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
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
official a
Lcin;a(Lcic;Liz;Lbrp;Lcmz;)V
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- 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
-
endPhase
public void endPhase() -
getMaxYAcceleration
public float getMaxYAcceleration()- Specified by:
getMaxYAcceleration
in interfacePhase
- Mappings:
Namespace Name Mixin selector named getMaxYAcceleration
Lnet/minecraft/entity/boss/dragon/phase/Phase;getMaxYAcceleration()F
intermediary method_6846
Lnet/minecraft/class_1521;method_6846()F
official f
Lcin;f()F
-
getPathTarget
- Specified by:
getPathTarget
in interfacePhase
- 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;
-
modifyDamageTaken
- Specified by:
modifyDamageTaken
in interfacePhase
- Mappings:
Namespace Name Mixin selector named modifyDamageTaken
Lnet/minecraft/entity/boss/dragon/phase/Phase;modifyDamageTaken(Lnet/minecraft/entity/damage/DamageSource;F)F
intermediary method_6852
Lnet/minecraft/class_1521;method_6852(Lnet/minecraft/class_1282;F)F
official a
Lcin;a(Lbrp;F)F
-
getYawAcceleration
public float getYawAcceleration()- Specified by:
getYawAcceleration
in interfacePhase
- Mappings:
Namespace Name Mixin selector named getYawAcceleration
Lnet/minecraft/entity/boss/dragon/phase/Phase;getYawAcceleration()F
intermediary method_6847
Lnet/minecraft/class_1521;method_6847()F
official h
Lcin;h()F
-