Edmond Poon
|
409595c2a2
|
Pulling all pending Bukkit-JavaDoc changes
|
2013-04-02 00:11:22 -04:00 |
|
Travis Watkins
|
d5d1b41c02
|
Update Bukkit for Minecraft 1.4(.2) changes.
|
2012-10-27 22:15:59 -04:00 |
|
feildmaster
|
537138e9b2
|
Javadoc updates
Fixes BUKKIT-1653, Fixes BUKKIT-1383 and Fixes BUKKIT-1644
|
2012-06-03 05:40:54 -05:00 |
|
feildmaster
|
0884988785
|
Add SpawnReason.DEFAULT, to make SpawnReason.CUSTOM solely for plugins
|
2012-04-14 01:31:59 -05:00 |
|
feildmaster
|
988bd87040
|
Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790
|
2012-04-14 00:59:29 -05:00 |
|
feildmaster
|
6bb8198dfa
|
[Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356
|
2012-03-27 20:27:41 -04:00 |
|
EvilSeph
|
3e3a05000d
|
Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090
|
2012-03-08 22:10:17 -05:00 |
|
EvilSeph
|
5f7c0aec5f
|
Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089
|
2012-03-08 22:00:08 -05:00 |
|
TomyLobo
|
2e12e3ec8a
|
Narrowed down the return type of most EntityEvent subclasses for convenience. Addresses BUKKIT-809
|
2012-02-28 21:57:17 -05:00 |
|
Celtic Minstrel
|
cbb9bc0fa3
|
[Bleeding] Added EntityType to replace CreatureType.
|
2012-02-22 22:06:19 -05:00 |
|
Feildmaster
|
ca71be0228
|
[Bleeding] Event no longer implements Serializable.
|
2012-02-19 04:10:07 -05:00 |
|
Erik Broes
|
7a06777e19
|
Deprecation cleanup.
|
2012-02-18 13:05:58 -05:00 |
|
EvilSeph
|
17517673ba
|
Added JOCKEY and CHUNK_GEN SpawnReasons.
|
2012-02-10 07:17:03 -05:00 |
|
EvilSeph
|
8caca5f10d
|
Added SpawnReason.BUILD_SNOWMAN.
|
2012-02-08 18:27:49 -05:00 |
|
EvilSeph
|
50939e7769
|
Added Spawner Egg support to CreatureSpawnEvent.
|
2012-02-05 01:54:27 -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
|
dce83b6ce4
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
Erik Broes
|
46d8c4d92f
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
EvilSeph
|
9789918954
|
More JavaDoc improvements.
|
2011-07-15 17:18:32 -04:00 |
|
EvilSeph
|
68f0e2d663
|
Added SpawnReasons to CreatureSpawn events. Thanks winsock!
|
2011-06-21 16:25:01 -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 |
|
Dinnerbone
|
9da67772a8
|
Purged deprecated MobType and MobSpawner
|
2011-03-07 16:29:03 +00:00 |
|
ss2man44
|
6c06199f44
|
Added CREATURE_SPAWN event
|
2011-02-16 22:28:44 -05:00 |
|