类 AbstractDragonPhaseInstance
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
- 所有已实现的接口:
DragonPhaseInstance
- 直接已知子类:
AbstractDragonSittingPhase
,DragonChargePlayerPhase
,DragonDeathPhase
,DragonHoldingPatternPhase
,DragonHoverPhase
,DragonLandingApproachPhase
,DragonLandingPhase
,DragonStrafePlayerPhase
,DragonTakeoffPhase
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
begin()
void
void
void
end()
float
float
boolean
void
onCrystalDestroyed
(EndCrystal pCrystal, BlockPos pPos, DamageSource pDmgSrc, Player pPlyr) float
onHurt
(DamageSource pDamageSource, float pAmount) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.entity.boss.enderdragon.phases.DragonPhaseInstance
getPhase
-
字段详细资料
-
dragon
-
-
构造器详细资料
-
AbstractDragonPhaseInstance
-
-
方法详细资料
-
isSitting
public boolean isSitting()- 指定者:
isSitting
在接口中DragonPhaseInstance
-
doClientTick
public void doClientTick()- 指定者:
doClientTick
在接口中DragonPhaseInstance
-
doServerTick
public void doServerTick()- 指定者:
doServerTick
在接口中DragonPhaseInstance
-
onCrystalDestroyed
public void onCrystalDestroyed(EndCrystal pCrystal, BlockPos pPos, DamageSource pDmgSrc, @Nullable Player pPlyr) - 指定者:
onCrystalDestroyed
在接口中DragonPhaseInstance
-
begin
public void begin()- 指定者:
begin
在接口中DragonPhaseInstance
-
end
public void end()- 指定者:
end
在接口中DragonPhaseInstance
-
getFlySpeed
public float getFlySpeed()- 指定者:
getFlySpeed
在接口中DragonPhaseInstance
-
getFlyTargetLocation
- 指定者:
getFlyTargetLocation
在接口中DragonPhaseInstance
-
onHurt
- 指定者:
onHurt
在接口中DragonPhaseInstance
-
getTurnSpeed
public float getTurnSpeed()- 指定者:
getTurnSpeed
在接口中DragonPhaseInstance
-