package net.minecraft.server;

public interface IJumpable {

    boolean a();

    void b(int i);

    void q_();
}
