aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/events
AgeCommit message (Collapse)Author
2022-07-25Config Checker (#67)nextdaydelivery
2022-07-02pass a UMatrixStack in HUD APIWyvest
From 1.17+, most matrix transformations can only be done with a MatrixStack instance, thus to prepare for a OneConfig 1.17+ port this has been done.
2022-07-02Separate Minecraft dependant and non-dependant codeWyvest
2022-06-24TextHud revampWyvest
add docs to Hud fix config not saving when exiting prematurely some new events
2022-06-12migrate keybinds to oneconfig eventsWyvest
2022-06-11start using essential relocate againWyvest
update kotlin
2022-06-09a few little things that I noticed when doc'ingnextdaydelivery
2022-06-05rewrite command manager, stop using essential relocate, and reformat code (#34)Wyvest
* reformat code * reformat code rewrite command manager stop using essential relocate
2022-06-04receive and send packet events (#32)Wyvest
* move from mod events to mixin * packet events
2022-05-28javadocs for events + TimerUpdateEventWyvest
2022-05-28OC-32 OC-34 (#24)Wyvest
* OC-34 hypixel utils class (#21) * OC-26 Build Workflow * OC-26 oops * OC-33 some networking utils * OC-34 idk * OC-34 idk * OC-34 restructure hypixel utils * hypixelutils and multithreading implement more events remove vcal icon stuff * more javadocs Co-authored-by: Ethan <git@ethanlibs.co>
2022-05-27universal eventsWyvest
add mixinextras and keventbus