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