Bukkit/Spigot
ad7045596d
Support asynchronous events; Addresses BUKKIT-1212
...
By: Wesley Wolfe <weswolf@aol.com >
2012-06-13 21:28:13 -05:00
Bukkit/Spigot
2a1eddc441
[Bleeding] getHandlers() is now abstract.
...
By: Feildmaster <admin@feildmaster.com >
2012-02-19 15:52:46 -06:00
Bukkit/Spigot
e4de1795db
[Bleeding] Event no longer implements Serializable.
...
By: Feildmaster <admin@feildmaster.com >
2012-02-19 01:25:46 -06:00
Bukkit/Spigot
539aedf219
[Bleeding] Specify event name in exception. Addresses BUKKIT-778
...
By: Feildmaster <admin@feildmaster.com >
2012-02-19 02:49:51 -06:00
Bukkit/Spigot
a23dfcdc7e
[Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization
...
By: Wesley Wolfe <weswolf@aol.com >
2012-02-16 14:37:57 -06:00
Bukkit/Spigot
91946d8857
Fixed Validate message.
...
By: EvilSeph <evilseph@gmail.com >
2012-02-18 15:28:33 -05:00
Bukkit/Spigot
75fd934339
Deprecation cleanup.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-30 21:32:48 +01:00
Bukkit/Spigot
b51e8579ef
Added EntityTeleportEvent. Fixes BUKKIT-366
...
By: craftycreeper <diagonalfish+craftycreeper@gmail.com >
2012-02-07 23:42:43 -05:00
Bukkit/Spigot
b3642a04e1
[Bleeding] Added PotionSplashEvent for splash potions. Closes BUKKIT-307
...
By: Zeerix <zeerix@draig.de >
2012-01-20 08:16:45 +01:00
Bukkit/Spigot
7e5c1baee9
[Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! Closes BUKKIT-512
...
By: Aidan Matzko <amatzko48@gmail.com >
2012-01-21 21:20:49 -05:00
Bukkit/Spigot
1a86a7e3f7
Added new PlayerExpChangeEvent and PlayerLevelChangeEvent events. Thanks to feildmaster for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-19 16:07:03 +00:00
Bukkit/Spigot
85c66fd6f3
[Bleeding] Added EntityShootBowEvent. Thanks Zeerix.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-17 18:58:29 +01:00
Bukkit/Spigot
e0c7fc6bf5
[Bleeding] Changed event system into a new, much faster design. Huge thanks to @zml2008 & @lahwran.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-16 18:25:17 +00:00
Bukkit/Spigot
4c80a49933
Generic cleaning
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-15 14:37:30 +01:00
Bukkit/Spigot
77c577bdf8
Added an EntityCreatePortalEvent
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 11:58:03 +00:00
Bukkit/Spigot
8670d01e58
Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 10:43:42 +00:00
Bukkit/Spigot
40f4710726
Added ItemDespawnEvent
...
By: Feildmaster <admin@feildmaster.com >
2011-10-16 20:47:49 -05:00
Bukkit/Spigot
aaab1cba23
Generic cleanup of warnings, whitespace and style.
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 16:02:30 +01:00
Bukkit/Spigot
7aff3534fa
Added onStructureGrow event, thanks to md-5.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-09 16:12:05 +00:00
Bukkit/Spigot
a4a2fa8690
Teach the API about Remote Consoles
...
This will allow us to raise events for remote consoles, and provide access
to them at a later date. Relates to BUKKIT-220
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-12-07 16:37:35 +11:00
Bukkit/Spigot
2a3a80d543
Added PlayerChangedWorldEvent.
...
By: sunkid <sunkid@iminurnetz.com >
2011-09-30 20:29:24 +02:00
Bukkit/Spigot
5db08677a3
Added SlimeSplit event. Thanks garbagemule!
...
The SlimeSplit event is fired when a Slime attempts to split upon death. The event may be cancelled, and the amount of smaller slimes may be customized.
By: EvilSeph <evilseph@gmail.com >
2011-09-30 19:34:06 -04:00
Bukkit/Spigot
d0f0db958d
Added server list ping event.
...
By: sk89q <the.sk89q@gmail.com >
2011-09-26 15:32:01 -07:00
Bukkit/Spigot
a8e72bdb91
Many javadoc fixes thanks to Celtic Minstrel
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 02:56:40 +01:00
Bukkit/Spigot
547ab9f1be
Added FoodLevelChange event.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-21 18:52:23 -04:00
Bukkit/Spigot
a3e8ec7d78
Added PlayerToggleSprint event and sprinting related API.
...
By: Rigby <rigby@onarandombox.com >
2011-09-21 11:46:33 +01:00
Bukkit/Spigot
032a212512
Added events for endermen pickup/placement blocks and methods to get/set the block that an enderman is holding. Thanks Wizjany
...
By: Wizjany <wizjany@gmail.com >
2011-09-17 20:18:43 -04:00
Bukkit/Spigot
a7f6bb5cd4
addition of PlayerGameModeChangeEvent
...
By: sunkid <sunkid@iminurnetz.com >
2011-09-16 19:49:56 -07:00
Bukkit/Spigot
cd7da9630a
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
...
By: EvilSeph <evilseph@gmail.com >
2011-08-12 21:59:10 -04:00
Bukkit/Spigot
c9b9f56903
Added PlayerVelocityEvent. Thanks Evenprime!
...
By: EvilSeph <evilseph@gmail.com >
2011-07-28 01:17:07 -04:00
Bukkit/Spigot
68a6f96ea6
Removed deprecated methods.
...
getNote() that returns a byte has been replaced by getRawNote().
teleportTo(Location) has been replaced by teleport(location).
teleportTo(Entity) has been replaced by teleport(Entity).
SnowForm event has been replaced by BlockForm event.
By: EvilSeph <evilseph@gmail.com >
2011-07-27 21:09:07 -04:00
Bukkit/Spigot
86ab32254f
Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEvent
...
By: Erik Broes <erikbroes@grum.nl >
2011-07-15 23:59:12 +02:00
Bukkit/Spigot
84a45a3927
Added PlayerFish event.
...
By: EvilSeph <evilseph@unaligned.org >
2011-07-03 00:23:37 -04:00
Bukkit/Spigot
c54128077a
More JavaDoc improvements.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-24 02:32:04 -04:00
Bukkit/Spigot
cd5882a07f
Added Furnace smelt and burn events.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-19 21:47:15 -04:00
Bukkit/Spigot
31e3c65440
Added the concept of a projectile.
...
By: sunkid <sunkid@iminurnetz.com >
2011-06-18 08:09:41 -07:00
Bukkit/Spigot
c3373081e2
Added BlockSpread, BlockForm and BlockFade events.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 14:46:01 -04:00
Bukkit/Spigot
5d515f5a85
Added EntityRegainHealthEvent. Thanks TimWolla!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 16:47:52 -04:00
Bukkit/Spigot
ae44a5e666
Added ChunkPopulateEvent, new "newChunk" property on ChunkLoadEvent
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-16 19:32:14 +01:00
Bukkit/Spigot
4d68ae490e
Added ItemSpawnEvent. Thanks myers!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-11 00:26:18 -04:00
Bukkit/Spigot
10d7e607c8
Added EntityTame event. Thanks halvors!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-09 03:57:50 -04:00
Bukkit/Spigot
2c4ba8815e
Added various 1.6 portal events.
...
By: Stephen <stephen@jazer.com >
2011-06-07 14:12:08 -04:00
Bukkit/Spigot
516d253953
Implemented WorldUnloadEvent and unloadWorld().
...
By: Rigby <rigby@onarandombox.com >
2011-06-04 06:46:21 +01:00
Bukkit/Spigot
6ad28ba607
Added custom world generator API
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-06 13:23:30 +01:00
Bukkit/Spigot
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
Bukkit/Spigot
e40b7ab7c1
Added dispenser event.
...
By: sk89q <the.sk89q@gmail.com >
2011-05-08 02:56:38 -07:00
Bukkit/Spigot
03ff88b71d
Added PlayerInteractEntityEvent which fires when a player right clicks an entity. Thanks fullwall!
...
By: EvilSeph <evilseph@unaligned.org >
2011-05-02 04:30:10 -04:00
Bukkit/Spigot
2fc8673c04
Added SnowFormEvent. Thanks aPunch!
...
By: EvilSeph <evilseph@unaligned.org >
2011-05-02 01:21:47 -04:00
Bukkit/Spigot
4baa59e20f
Removed trailing spaces.
...
By: EvilSeph <evilseph@unaligned.org >
2011-05-02 01:18:23 -04:00
Bukkit/Spigot
de05942efa
Added a lot of events relating to weather, including those for entities. Thanks wizjany!
...
By: EvilSeph <evilseph@unaligned.org >
2011-04-25 19:46:10 -04:00