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 |
|
Dinnerbone
|
72e6769d68
|
Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)
|
2011-02-26 19:09:57 +00:00 |
|
Dinnerbone
|
4764962cf9
|
All entity stuff in org.bukkit moved to org.bukkit.entity
|
2011-01-15 21:20:59 +00:00 |
|
Dinnerbone
|
c69dd6a9e0
|
Renamed Color -> ChatColor, and added DyeColor
|
2011-01-13 20:27:28 +00:00 |
|
Taylor Kelly
|
9967ab16f6
|
Cleaned up Fillr
|
2011-01-10 09:08:11 +08:00 |
|
Dinnerbone
|
9b80d7a947
|
Formatting
|
2011-01-03 15:31:54 +00:00 |
|
Taylor Kelly
|
d9fc1dffea
|
better visibility/javadoc
|
2011-01-03 23:15:17 +08:00 |
|
Taylor Kelly
|
65394859c9
|
all the fillr stuff
|
2011-01-03 23:15:14 +08:00 |
|