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 - cjy
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidcrystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) voidendPhase()floatfloatbooleanfloatmodifyDamageTaken(DamageSource damageSource, float damage) voidserverTick(ServerWorld world) 
- 
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- Lcjy;a:Lcjw;
 
 
- 
- 
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>- Lcjy;<init>(Lcjw;)V
 
 
- 
- 
Method Details- 
isSittingOrHoveringpublic boolean isSittingOrHovering()- Specified by:
- isSittingOrHoveringin interface- Phase
- 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- Lckg;a()Z
 
- 
clientTickpublic void clientTick()- Specified by:
- clientTickin interface- Phase
- 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- Lckg;b()V
 
- 
serverTick- Specified by:
- serverTickin interface- Phase
- Mappings:
- Namespace - Name - Mixin selector - named - serverTick- Lnet/minecraft/entity/boss/dragon/phase/Phase;serverTick(Lnet/minecraft/server/world/ServerWorld;)V- intermediary - method_6855- Lnet/minecraft/class_1521;method_6855(Lnet/minecraft/class_3218;)V- official - a- Lckg;a(Lard;)V
 
- 
crystalDestroyedpublic void crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable @Nullable PlayerEntity player) - Specified by:
- crystalDestroyedin interface- Phase
- 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- Lckg;a(Lcjv;Lji;Lbtc;Lcoy;)V
 
- 
beginPhasepublic void beginPhase()- Specified by:
- beginPhasein interface- Phase
- 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 - c- Lckg;c()V
 
- 
endPhasepublic void endPhase()
- 
getMaxYAccelerationpublic float getMaxYAcceleration()- Specified by:
- getMaxYAccelerationin interface- Phase
- 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 - e- Lckg;e()F
 
- 
getPathTarget- Specified by:
- getPathTargetin interface- Phase
- 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 - f- Lckg;f()Lfbb;
 
- 
modifyDamageTaken- Specified by:
- modifyDamageTakenin interface- Phase
- 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- Lckg;a(Lbtc;F)F
 
- 
getYawAccelerationpublic float getYawAcceleration()- Specified by:
- getYawAccelerationin interface- Phase
- 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 - g- Lckg;g()F
 
 
-