Package net.minecraft.client.player
Class KeyboardInput
java.lang.Object
net.minecraft.client.player.Input
net.minecraft.client.player.KeyboardInput
-
Field Summary
Fields inherited from class net.minecraft.client.player.Input
down, forwardImpulse, jumping, left, leftImpulse, right, shiftKeyDown, up
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static float
calculateImpulse
(boolean p_205578_, boolean p_205579_) void
tick
(boolean p_108582_) Methods inherited from class net.minecraft.client.player.Input
getMoveVector, hasForwardImpulse
-
Field Details
-
options
-
MOVING_SLOW_FACTOR
private static final float MOVING_SLOW_FACTOR- See Also:
-
-
Constructor Details
-
KeyboardInput
-
-
Method Details