Add JUMP keybind injection

This commit is contained in:
Howard Stark 2018-08-01 14:35:44 -04:00
parent 2f806823a4
commit f12215eac9
No known key found for this signature in database
GPG Key ID: 9FA4E350B33067F3

View File

@ -101,8 +101,12 @@ public final class InputOverrideHandler implements Helper {
/** /**
* The use item input * The use item input
*/ */
CLICK_RIGHT(mc.gameSettings.keyBindUseItem); CLICK_RIGHT(mc.gameSettings.keyBindUseItem),
/**
* The jump input
*/
JUMP(mc.gameSettings.keyBindJump);
/** /**
* The actual game {@link KeyBinding} being forced. * The actual game {@link KeyBinding} being forced.
*/ */