Nathan Adams
|
86f33b82c9
|
[Bleeding] Changed event system into a new, much faster design. Huge thanks to @zml2008 & @lahwran.
|
2012-01-17 19:46:22 +01:00 |
|
Erik Broes
|
b9fca3c04d
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
Erik Broes
|
6ff9f7cad6
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
EvilSeph
|
2a7dd93cb5
|
More JavaDoc improvements.
|
2011-07-15 17:18:32 -04:00 |
|
EvilSeph
|
d8f0f0d17c
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04:00 |
|
EvilSeph
|
d590a96586
|
JavaDoc cleanup.
|
2011-06-22 17:22:17 -04:00 |
|
Erik Broes
|
94894216e8
|
Some more backwards incompatible changes (minor though), also a ton of small cleanup.
onPluginEnable(PluginEvent event) -> onPluginEnable(PluginEnableEvent event)
onPluginDisable(PluginEvent event) -> onPluginDisable(PluginDisableEvent event)
onVehicleUpdate(VehicleEvent event) -> onVehicleUpdate(VehicleUpdateEvent event)
onWorldSave(WorldEvent event) -> onWorldSave(WorldSaveEvent event)
onWorldLoad(WorldEvent event) -> onWorldLoad(WorldLoadEvent event)
|
2011-03-26 22:32:14 +01:00 |
|
Meaglin
|
af9d2b86c3
|
Interface for BlockBreakEvent
|
2011-02-01 18:07:16 +01:00 |
|