Erik Broes
|
dce83b6ce4
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
Erik Broes
|
46d8c4d92f
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
EvilSeph
|
a0c1f68109
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04: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 |
|
Forsaken
|
836dc323d6
|
Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation)
|
2011-02-06 12:13:18 +01:00 |
|