Class CustomPlayerInput

java.lang.Object
net.minecraft.client.input.Input
meteordevelopment.meteorclient.utils.player.CustomPlayerInput

public class CustomPlayerInput extends net.minecraft.client.input.Input
  • Field Summary

    Fields inherited from class net.minecraft.client.input.Input

    jumping, movementForward, movementSideways, pressingBack, pressingForward, pressingLeft, pressingRight, sneaking
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    tick(boolean slowDown, float f)
     

    Methods inherited from class net.minecraft.client.input.Input

    getMovementInput, hasForwardMovement

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomPlayerInput

      public CustomPlayerInput()
  • Method Details

    • tick

      public void tick(boolean slowDown, float f)
      Overrides:
      tick in class net.minecraft.client.input.Input
    • stop

      public void stop()