コンストラクタと説明 |
---|
HoverPhase(EnderDragonEntity dragonIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
getIsStationary() |
float |
getMaxRiseOrFall()
Returns the maximum amount dragon may rise or fall during this phase
|
Vec3d |
getTargetLocation()
Returns the location the dragon is flying toward
|
PhaseType<HoverPhase> |
getType() |
void |
initPhase()
Called when this phase is set to active
|
void |
serverTick()
Gives the phase a chance to update its status.
|
clientTick, func_221113_a, getYawFactor, onCrystalDestroyed, removeAreaEffect
public HoverPhase(EnderDragonEntity dragonIn)
public void serverTick()
serverTick
インタフェース内 IPhase
serverTick
クラス内 Phase
public boolean getIsStationary()
getIsStationary
インタフェース内 IPhase
getIsStationary
クラス内 Phase
public void initPhase()
public float getMaxRiseOrFall()
getMaxRiseOrFall
インタフェース内 IPhase
getMaxRiseOrFall
クラス内 Phase
@Nullable public Vec3d getTargetLocation()
getTargetLocation
インタフェース内 IPhase
getTargetLocation
クラス内 Phase
public PhaseType<HoverPhase> getType()