mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 11:06:14 +01:00
MobArena plugin for Minecraft
a95ab27d5e
This framework consists of interfaces and classes for managing various kinds of timers. The Timer interface models a timer with configurable tick intervals. The TimerCallback interface provides a means of adding logic to the following timer events: onStart, onStop, onFinish and onTick. Timer implementations include a CountdownTimer (kitchen timer), and a StopwatchTimer, which should both be self-explanatory. The purpose of this framework is to add a means of creating a very generalized approach to timers, in hopes of abstracting away some of the Bukkit scheduling for easy maintenance and increased portability. Future work: - Port auto-start-timer - Port boss abilities - Port spawner - Create 'delay-timer' as per DBO ticket request. - Create various types of cooldowns, delays, etc. |
||
---|---|---|
resources | ||
src/com/garbagemule/MobArena | ||
.gitignore | ||
build.xml | ||
README.md |