类 DragonLandingApproachPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonLandingApproachPhase
- 所有已实现的接口:
DragonPhaseInstance
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
dragon
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
begin()
void
doServerTick
(ServerLevel p_376245_) private void
findNewTarget
(ServerLevel p_376362_) getPhase()
private void
从类继承的方法 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
doClientTick, end, getFlySpeed, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
-
字段详细资料
-
NEAR_EGG_TARGETING
-
currentPath
-
targetLocation
-
-
构造器详细资料
-
DragonLandingApproachPhase
-
-
方法详细资料
-
getPhase
-
begin
public void begin()- 指定者:
begin
在接口中DragonPhaseInstance
- 覆盖:
begin
在类中AbstractDragonPhaseInstance
-
doServerTick
- 指定者:
doServerTick
在接口中DragonPhaseInstance
- 覆盖:
doServerTick
在类中AbstractDragonPhaseInstance
-
getFlyTargetLocation
-
findNewTarget
-