mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
The item-stack, uuid, and event WIT modules are generated but were never re-exported from the plugin API, so plugin authors could not name ItemStack (needed to build GUI icons, /give, skulls) or construct a uuid. This adds them to the public re-exports, plus EventHandler/FromIntoEvent and the command Arg/ArgumentType/StringType helpers. Revives the change from #2325 (closed unmerged).