Erik Broes
|
7a06777e19
|
Deprecation cleanup.
|
2012-02-18 13:05:58 -05:00 |
|
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
|
eb9dc64493
|
Generic cleaning
|
2012-01-15 14:37:43 +01:00 |
|
Erik Broes
|
dce83b6ce4
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
EvilSeph
|
a0c1f68109
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -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 |
|
Erik Broes
|
5745a65870
|
Fix wrong useItemInHand setting
|
2011-03-24 22:50:12 +01:00 |
|
Erik Broes
|
85aba849c2
|
Fix for placing blocks after interacting with a block
|
2011-03-24 12:12:21 +01:00 |
|
Erik Broes
|
49976e8ef3
|
Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM
|
2011-03-23 16:58:43 +01:00 |
|