public class MovementInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
field_1177_c |
boolean |
jump |
float |
moveForward |
float |
moveStrafe |
boolean |
sneak |
Constructor and Description |
---|
MovementInput() |
Modifier and Type | Method and Description |
---|---|
void |
checkKeyForMovementInput(int i,
boolean flag) |
void |
resetKeyState() |
void |
updatePlayerMoveState(EntityPlayer entityplayer) |
public float moveStrafe
public float moveForward
public boolean field_1177_c
public boolean jump
public boolean sneak
public void updatePlayerMoveState(EntityPlayer entityplayer)
public void resetKeyState()
public void checkKeyForMovementInput(int i, boolean flag)