Nathan Adams
|
e35037ab50
|
[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
|
dce83b6ce4
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
Andrew Ardill
|
f2b19e14bf
|
Teach the API about Remote Consoles
This will allow us to raise events for remote consoles, and provide access
to them at a later date. Relates to BUKKIT-220
|
2011-12-07 17:42:32 +11:00 |
|
Dinnerbone
|
e6c273e8b0
|
Many javadoc fixes thanks to Celtic Minstrel
|
2011-09-25 02:56:40 +01:00 |
|
EvilSeph
|
66e70b428e
|
Added ServerCommandEvent. Thanks celticminstrel!
|
2011-07-28 10:35:52 -04:00 |
|
Erik Broes
|
c4d444ce98
|
Whitespace + general cleanup
|
2011-05-15 14:06:02 +02:00 |
|
Erik Broes
|
158906c132
|
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 |
|
stevenh
|
dc04480c96
|
Finalising merge with head
|
2011-01-29 17:28:31 +00:00 |
|