Package net.minecraft.util
Class MovementInputFromOptions
- java.lang.Object
-
- net.minecraft.util.MovementInput
-
- net.minecraft.util.MovementInputFromOptions
-
public class MovementInputFromOptions extends MovementInput
-
-
Field Summary
Fields Modifier and Type Field Description private GameSettings
options
-
Fields inherited from class net.minecraft.util.MovementInput
down, forwardImpulse, jumping, left, leftImpulse, right, shiftKeyDown, up
-
-
Constructor Summary
Constructors Constructor Description MovementInputFromOptions(GameSettings p_i1237_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick(boolean p_225607_1_)
-
Methods inherited from class net.minecraft.util.MovementInput
getMoveVector, hasForwardImpulse
-
-
-
-
Field Detail
-
options
private final GameSettings options
-
-
Constructor Detail
-
MovementInputFromOptions
public MovementInputFromOptions(GameSettings p_i1237_1_)
-
-
Method Detail
-
tick
public void tick(boolean p_225607_1_)
- Overrides:
tick
in classMovementInput
-
-