Feildmaster
|
99af2a1aad
|
[Bleeding] Event no longer implements Serializable.
|
2012-02-19 04:10:07 -05:00 |
|
Erik Broes
|
049a7cc1d0
|
Deprecation cleanup.
|
2012-02-18 13:05:58 -05:00 |
|
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
|
d870a6e3f8
|
Added missing 'implements Cancellable' to several classes.
|
2011-06-22 17:23:44 -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 |
|
Erik Broes
|
01988e8f6b
|
General cleanup (deprecated+whitespace)
|
2011-02-02 00:28:41 +01:00 |
|
Dinnerbone
|
ba635ade10
|
Moved block stuff from org.bukkit to org.bukkit.block
|
2011-01-15 21:37:08 +00:00 |
|
Erik Broes
|
7754b08893
|
Global ID -> Id rename
|
2011-01-15 20:54:06 +01:00 |
|
durron597
|
7da0dd44cc
|
removed unnecessary imports
|
2011-01-01 07:54:30 -05:00 |
|
Erik Broes
|
ddff384203
|
Transition to Maven
|
2011-01-01 11:23:14 +01:00 |
|