- All Known Implementing Classes:
AbstractPhase
, AbstractSittingPhase
, ChargingPlayerPhase
, DyingPhase
, HoldingPatternPhase
, HoverPhase
, LandingApproachPhase
, LandingPhase
, SittingAttackingPhase
, SittingFlamingPhase
, SittingScanningPhase
, StrafePlayerPhase
, TakeoffPhase
public interface Phase
-
Method Summary
-
Method Details
-
isSittingOrHovering
boolean isSittingOrHovering()
-
clientTick
void clientTick()
-
serverTick
void serverTick()
-
-
beginPhase
void beginPhase()
-
-
getMaxYAcceleration
float getMaxYAcceleration()
-
method_6847
float method_6847()
-
-
-
modifyDamageTaken
float modifyDamageTaken(
DamageSource damageSource,
float float2)