Skip to content

15.0.0 for Minecraft 1.21.9-rc1

Choose a tag to compare

@Juuxel Juuxel released this 26 Sep 22:47
· 3 commits to master since this release
d3d8d4a

Repository version: 15.0.0+1.21.9-rc1

Changed

  • Updated to Minecraft 1.21.9
  • Changed the parameters of the following WWidget methods to use the new vanilla input records:
    • onMouseDown(Click, boolean doubled)
    • onMouseDrag(Click, double offsetX, double offsetY)
    • onMouseUp(Click)
    • onClick(Click, boolean doubled)
    • onCharTyped(CharInput)
    • onKeyPressed(KeyInput)
    • onKeyReleased(KeyInput)
    • Two of these methods now automatically detect double clicks. That data is forwarded from vanilla code.

Removed

  • Deprecated classes CottonHud and Scissors