Erik Broes
|
88c17a7f86
|
Generic cleaning
|
2012-01-15 14:37:43 +01:00 |
|
Erik Broes
|
b9fca3c04d
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
EvilSeph
|
d8f0f0d17c
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04:00 |
|
Erik Broes
|
992f1f2bf3
|
Whitespace + general cleanup
|
2011-05-15 14:06:02 +02: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
|
5141b7fe10
|
Fix wrong useItemInHand setting
|
2011-03-24 22:50:12 +01:00 |
|
Erik Broes
|
2916cba631
|
Fix for placing blocks after interacting with a block
|
2011-03-24 12:12:21 +01:00 |
|
Erik Broes
|
700c8a20dd
|
Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM
|
2011-03-23 16:58:43 +01:00 |
|