类 DragonHoldingPatternPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonHoldingPatternPhase
- 所有已实现的接口:
DragonPhaseInstance
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
dragon
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
begin()
void
doServerTick
(ServerLevel p_366645_) private void
findNewTarget
(ServerLevel p_369217_) getPhase()
private void
void
onCrystalDestroyed
(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, Player p_31235_) private void
strafePlayer
(Player p_31237_) 从类继承的方法 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
doClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onHurt
-
字段详细资料
-
NEW_TARGET_TARGETING
-
currentPath
-
targetLocation
-
clockwise
private boolean clockwise
-
-
构造器详细资料
-
DragonHoldingPatternPhase
-
-
方法详细资料
-
getPhase
-
doServerTick
- 指定者:
doServerTick
在接口中DragonPhaseInstance
- 覆盖:
doServerTick
在类中AbstractDragonPhaseInstance
-
begin
public void begin()- 指定者:
begin
在接口中DragonPhaseInstance
- 覆盖:
begin
在类中AbstractDragonPhaseInstance
-
getFlyTargetLocation
-
findNewTarget
-
strafePlayer
-
onCrystalDestroyed
public void onCrystalDestroyed(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, @Nullable Player p_31235_) - 指定者:
onCrystalDestroyed
在接口中DragonPhaseInstance
- 覆盖:
onCrystalDestroyed
在类中AbstractDragonPhaseInstance
-