Recent content by gecko10000

  1. G

    Set player crouching with internals

    I found my answer, the names were changed to ServerPlayer#isShiftKeyDown and ServerPlayer#setShiftKeyDown.
  2. G

    Set player crouching with internals

    I'm trying to set the player crouching. In 1.17, there used to be EntityPlayer#isSneaking and EntityPlayer#setSneaking. However, now with 1.19.2 userdev I only see ServerPlayer#isCrouching. Is there any way to make the player crouch now?