public interface Phase
Modifier and Type | Method and Description |
---|---|
void |
beginPhase() |
void |
clientTick() |
void |
crystalDestroyed(EndCrystalEntity crystal,
BlockPos pos,
DamageSource source,
PlayerEntity player) |
void |
endPhase() |
float |
getMaxYAcceleration() |
Vec3d |
getTarget() |
PhaseType<? extends Phase> |
getType() |
boolean |
isSittingOrHovering() |
float |
method_6847() |
float |
modifyDamageTaken(DamageSource damageSource,
float float2) |
void |
serverTick() |
boolean isSittingOrHovering()
void clientTick()
void serverTick()
void crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player)
void beginPhase()
void endPhase()
float getMaxYAcceleration()
float method_6847()
float modifyDamageTaken(DamageSource damageSource, float float2)