package net.minecraft.world.entity;

public interface IJumpable {

    boolean P_();

    void b(int i);

    void c();
}
