类 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
doServerTick
(ServerLevel p_376334_) void
end()
float
float
boolean
void
onCrystalDestroyed
(EndCrystal p_31184_, BlockPos p_31185_, DamageSource p_31186_, Player p_31187_) float
onHurt
(DamageSource p_31181_, float p_31182_) 从类继承的方法 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
- 指定者:
doServerTick
在接口中DragonPhaseInstance
-
onCrystalDestroyed
public void onCrystalDestroyed(EndCrystal p_31184_, BlockPos p_31185_, DamageSource p_31186_, @Nullable Player p_31187_) - 指定者:
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
-