November 16, 201410 yr How does WHAT work with bukkit scheluder? What source code? If you are asking about Bukkit-Forge relations, you are probably referring to Cauldron? Needs more explanation... 1.7.10 is no longer supported by forge, you are on your own.
November 16, 201410 yr If you're asking how the bukkit scheduler work - I have never used bukkit, but I'd assume it would wrap everything in an instance of Callable which would then get wrapped as a ListenableFuture, added to a queue, and ran at the start of every tick if a tick counter reached 0. Same thing that happens in the Minecraft class pretty much, except with the tick counter. Of course, that's pure speculation. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
November 17, 201410 yr Well, I've never been very good at bukkit. But I do know this, if you asking how it works it is open source. You can find it on github. But why would you be asking that on a forge forum anyway?
November 17, 201410 yr Why are you asking here, minecraft forge, for bukkit problems? Go to the bukkit forums! http://forums.bukkit.org/forums/plugin-development.5/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.