Class Input

java.lang.Object
net.minecraft.client.input.Input
Direct Known Subclasses:
KeyboardInput

@Environment(CLIENT) public class Input extends Object
Mappings:
Namespace Name
named net/minecraft/client/input/Input
intermediary net/minecraft/class_744
official gdf
  • Field Details

    • movementSideways

      public float movementSideways
      Mappings:
      Namespace Name Mixin selector
      named movementSideways Lnet/minecraft/client/input/Input;movementSideways:F
      intermediary field_3907 Lnet/minecraft/class_744;field_3907:F
      official a Lgdf;a:F
    • movementForward

      public float movementForward
      Mappings:
      Namespace Name Mixin selector
      named movementForward Lnet/minecraft/client/input/Input;movementForward:F
      intermediary field_3905 Lnet/minecraft/class_744;field_3905:F
      official b Lgdf;b:F
    • pressingForward

      public boolean pressingForward
      Mappings:
      Namespace Name Mixin selector
      named pressingForward Lnet/minecraft/client/input/Input;pressingForward:Z
      intermediary field_3910 Lnet/minecraft/class_744;field_3910:Z
      official c Lgdf;c:Z
    • pressingBack

      public boolean pressingBack
      Mappings:
      Namespace Name Mixin selector
      named pressingBack Lnet/minecraft/client/input/Input;pressingBack:Z
      intermediary field_3909 Lnet/minecraft/class_744;field_3909:Z
      official d Lgdf;d:Z
    • pressingLeft

      public boolean pressingLeft
      Mappings:
      Namespace Name Mixin selector
      named pressingLeft Lnet/minecraft/client/input/Input;pressingLeft:Z
      intermediary field_3908 Lnet/minecraft/class_744;field_3908:Z
      official e Lgdf;e:Z
    • pressingRight

      public boolean pressingRight
      Mappings:
      Namespace Name Mixin selector
      named pressingRight Lnet/minecraft/client/input/Input;pressingRight:Z
      intermediary field_3906 Lnet/minecraft/class_744;field_3906:Z
      official f Lgdf;f:Z
    • jumping

      public boolean jumping
      Mappings:
      Namespace Name Mixin selector
      named jumping Lnet/minecraft/client/input/Input;jumping:Z
      intermediary field_3904 Lnet/minecraft/class_744;field_3904:Z
      official g Lgdf;g:Z
    • sneaking

      public boolean sneaking
      Mappings:
      Namespace Name Mixin selector
      named sneaking Lnet/minecraft/client/input/Input;sneaking:Z
      intermediary field_3903 Lnet/minecraft/class_744;field_3903:Z
      official h Lgdf;h:Z
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • tick

      public void tick(boolean slowDown, float slowDownFactor)
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/input/Input;tick(ZF)V
      intermediary method_3129 Lnet/minecraft/class_744;method_3129(ZF)V
      official a Lgdf;a(ZF)V
    • getMovementInput

      public Vec2f getMovementInput()
      Mappings:
      Namespace Name Mixin selector
      named getMovementInput Lnet/minecraft/client/input/Input;getMovementInput()Lnet/minecraft/util/math/Vec2f;
      intermediary method_3128 Lnet/minecraft/class_744;method_3128()Lnet/minecraft/class_241;
      official a Lgdf;a()Lewg;
    • hasForwardMovement

      public boolean hasForwardMovement()
      Mappings:
      Namespace Name Mixin selector
      named hasForwardMovement Lnet/minecraft/client/input/Input;hasForwardMovement()Z
      intermediary method_20622 Lnet/minecraft/class_744;method_20622()Z
      official b Lgdf;b()Z