Commit Graph

13 Commits

Author SHA1 Message Date
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
Dinnerbone
1f0d89be27 Adds basic plugin dependencies, courtesy of Raphfrk 2011-03-07 14:04:00 +00:00
Dinnerbone
dc313db919 Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it) 2011-02-26 19:09:57 +00:00
Dinnerbone
f115161578 Added Server.getLogger, changed a few anonymous loggers to use it 2011-02-20 02:27:31 +00:00
Dinnerbone
b923ccf636 All entity stuff in org.bukkit moved to org.bukkit.entity 2011-01-15 21:20:59 +00:00
Taylor Kelly
184d5744f3 Cleaned up Fillr 2011-01-10 09:08:11 +08:00
Dinnerbone
2077adf68a Fixed Updatr stuff 2011-01-05 23:00:13 +00:00
Dinnerbone
955c2cded2 Formatting 2011-01-03 15:31:54 +00:00
Taylor Kelly
91a4307723 hot damn. get <name> added 2011-01-03 23:15:17 +08:00
Taylor Kelly
b37fe7639e better visibility/javadoc 2011-01-03 23:15:17 +08:00
Taylor Kelly
9f7726120b fillr -> plugin 2011-01-03 23:15:14 +08:00
Taylor Kelly
3e6604fb68 all the fillr stuff 2011-01-03 23:15:14 +08:00