类 DragonChargePlayerPhase
java.lang.Object
net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
net.minecraft.world.entity.boss.enderdragon.phases.DragonChargePlayerPhase
- 所有已实现的接口:
DragonPhaseInstance
-
字段概要
字段修饰符和类型字段说明private static final int
private static final org.slf4j.Logger
private Vec3
private int
从类继承的字段 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
dragon
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.world.entity.boss.enderdragon.phases.AbstractDragonPhaseInstance
doClientTick, end, getTurnSpeed, isSitting, onCrystalDestroyed, onHurt
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
CHARGE_RECOVERY_TIME
private static final int CHARGE_RECOVERY_TIME- 另请参阅:
-
targetLocation
-
timeSinceCharge
private int timeSinceCharge
-
-
构造器详细资料
-
DragonChargePlayerPhase
-
-
方法详细资料
-
doServerTick
- 指定者:
doServerTick
在接口中DragonPhaseInstance
- 覆盖:
doServerTick
在类中AbstractDragonPhaseInstance
-
begin
public void begin()- 指定者:
begin
在接口中DragonPhaseInstance
- 覆盖:
begin
在类中AbstractDragonPhaseInstance
-
setTarget
-
getFlySpeed
public float getFlySpeed()- 指定者:
getFlySpeed
在接口中DragonPhaseInstance
- 覆盖:
getFlySpeed
在类中AbstractDragonPhaseInstance
-
getFlyTargetLocation
-
getPhase
-