package net.minecraft.server;

public interface IJumpable {

    boolean G_();

    void b(int i);

    void c();
}
