QuickplayMod / quickplay

Minecraft mod that allows Hypixel users to quickly join games and execute functions on the network.
https://bugg.co/quickplay/
Other
20 stars 5 forks source link

Main thread submissions might be able to be simplified with addScheduledTask #63

Open robere2 opened 6 years ago

robere2 commented 6 years ago

I'm not quite sure how it works, but the current system for running code on the main thread can probably by simplified using Minecraft.getMinecraft().addScheduledTask I think I might've not used this system originally due to efficiency concerns? I completely forget what the purpose of this method is.