15.0.0 for Minecraft 1.21.9-rc1
Repository version: 15.0.0+1.21.9-rc1
Changed
- Updated to Minecraft 1.21.9
- Changed the parameters of the following
WWidgetmethods 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
CottonHudandScissors