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
|
3317654a9c
|
Changed all tabs to 4 spaces
|
2011-01-01 08:01:07 -05: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 |
|