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 official bub
intermediary net/minecraft/class_1512
named net/minecraft/entity/boss/dragon/phase/AbstractPhase
-
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 official a
Lbub;a:Lbtz;
intermediary field_7036
Lnet/minecraft/class_1512;field_7036:Lnet/minecraft/class_1510;
named dragon
Lnet/minecraft/entity/boss/dragon/phase/AbstractPhase;dragon:Lnet/minecraft/entity/boss/dragon/EnderDragonEntity;
-
-
Constructor Details
-
AbstractPhase
- Mappings:
Namespace Name Mixin selector official <init>
Lbub;<init>(Lbtz;)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
-
isSittingOrHovering
public boolean isSittingOrHovering()- Specified by:
isSittingOrHovering
in interfacePhase
- Mappings:
Namespace Name Mixin selector official a
Lbuj;a()Z
intermediary method_6848
Lnet/minecraft/class_1521;method_6848()Z
named isSittingOrHovering
Lnet/minecraft/entity/boss/dragon/phase/Phase;isSittingOrHovering()Z
-
clientTick
public void clientTick()- Specified by:
clientTick
in interfacePhase
- Mappings:
Namespace Name Mixin selector official b
Lbuj;b()V
intermediary method_6853
Lnet/minecraft/class_1521;method_6853()V
named clientTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;clientTick()V
-
serverTick
public void serverTick()- Specified by:
serverTick
in interfacePhase
- Mappings:
Namespace Name Mixin selector official c
Lbuj;c()V
intermediary method_6855
Lnet/minecraft/class_1521;method_6855()V
named serverTick
Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick()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 official a
Lbuj;a(Lbty;Lgt;Lbem;Lbym;)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
-
beginPhase
public void beginPhase()- Specified by:
beginPhase
in interfacePhase
- Mappings:
Namespace Name Mixin selector official d
Lbuj;d()V
intermediary method_6856
Lnet/minecraft/class_1521;method_6856()V
named beginPhase
Lnet/minecraft/entity/boss/dragon/phase/Phase;beginPhase()V
-
endPhase
public void endPhase() -
getMaxYAcceleration
public float getMaxYAcceleration()- Specified by:
getMaxYAcceleration
in interfacePhase
- Mappings:
Namespace Name Mixin selector official f
Lbuj;f()F
intermediary method_6846
Lnet/minecraft/class_1521;method_6846()F
named getMaxYAcceleration
Lnet/minecraft/entity/boss/dragon/phase/Phase;getMaxYAcceleration()F
-
getPathTarget
- Specified by:
getPathTarget
in interfacePhase
- Mappings:
Namespace Name Mixin selector official g
Lbuj;g()Lede;
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;
-
modifyDamageTaken
- Specified by:
modifyDamageTaken
in interfacePhase
- Mappings:
Namespace Name Mixin selector official a
Lbuj;a(Lbem;F)F
intermediary method_6852
Lnet/minecraft/class_1521;method_6852(Lnet/minecraft/class_1282;F)F
named modifyDamageTaken
Lnet/minecraft/entity/boss/dragon/phase/Phase;modifyDamageTaken(Lnet/minecraft/entity/damage/DamageSource;F)F
-
getYawAcceleration
public float getYawAcceleration()- Specified by:
getYawAcceleration
in interfacePhase
- Mappings:
Namespace Name Mixin selector official h
Lbuj;h()F
intermediary method_6847
Lnet/minecraft/class_1521;method_6847()F
named getYawAcceleration
Lnet/minecraft/entity/boss/dragon/phase/Phase;getYawAcceleration()F
-