public interface IPhase
Modifier and Type | Method and Description |
---|---|
void |
clientTick() |
float |
func_221113_a(DamageSource p_221113_1_,
float p_221113_2_) |
boolean |
getIsStationary() |
float |
getMaxRiseOrFall() |
Vec3d |
getTargetLocation() |
PhaseType<? extends IPhase> |
getType() |
float |
getYawFactor() |
void |
initPhase() |
void |
onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc,
PlayerEntity plyr) |
void |
removeAreaEffect() |
void |
serverTick() |
boolean getIsStationary()
void clientTick()
void serverTick()
void onCrystalDestroyed(EnderCrystalEntity crystal, BlockPos pos, DamageSource dmgSrc, @Nullable PlayerEntity plyr)
void initPhase()
void removeAreaEffect()
float getMaxRiseOrFall()
float getYawFactor()
@Nullable Vec3d getTargetLocation()
float func_221113_a(DamageSource p_221113_1_, float p_221113_2_)