Andrew Ardill
|
4595a70056
|
Extend EntityCombustEvent to allow setting combustion duration.
Also extend with two new events that track the entity or block that caused
the combustion.
|
2011-11-29 20:56:08 +11:00 |
|
Erik Broes
|
6ff9f7cad6
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
EvilSeph
|
2a7dd93cb5
|
More JavaDoc improvements.
|
2011-07-15 17:18:32 -04:00 |
|
EvilSeph
|
d8f0f0d17c
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04: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 |
|
Dinnerbone
|
4764962cf9
|
All entity stuff in org.bukkit moved to org.bukkit.entity
|
2011-01-15 21:20:59 +00:00 |
|
Taylor Kelly
|
c5e31fd6f3
|
Remove @overrides from EntityCombust
|
2011-01-11 19:41:04 -05:00 |
|
Taylor Kelly
|
219c0772fd
|
EntityCombustEvent
|
2011-01-10 02:59:30 +00:00 |
|