package net.minecraft.server;

public interface IRangedEntity {

    void a(EntityLiving entityliving, float f);

    void p(boolean flag);
}
