Bukkit/Spigot
bba83d2264
Add Player to BlockCanBuildEvent
...
By: md_5 <git@md-5.net >
2018-11-18 09:28:03 +11:00
Bukkit/Spigot
66cea125d6
Minor cosmetic cleanups to imports etc
...
Please see https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/389/overview
By: Parker Hawke <hawkeboyz2@hotmail.com >
2018-10-27 14:55:52 -04:00
Bukkit/Spigot
c53cad6baa
SPIGOT-4376: Add draft BlockDropItemEvent
...
By: AndaBlock <anda.block12345@outlook.de >
2018-10-31 17:57:02 +11:00
Bukkit/Spigot
54fb70a7e7
Remove some draft API markers
...
By: md_5 <git@md-5.net >
2018-09-30 12:01:35 +10:00
Bukkit/Spigot
4b889af28d
SPIGOT-4352: MoistureChangeEvent
...
By: md_5 <git@md-5.net >
2018-09-09 18:53:27 +10:00
Bukkit/Spigot
0c68176c25
Add BlockDispenseArmorEvent
...
By: Parker Hawke <hawkeboyz2@hotmail.com >
2018-09-08 00:14:49 -04:00
Bukkit/Spigot
15d9fd30b9
Update documentation of BlockPhysicsEvent
...
By: md_5 <git@md-5.net >
2018-08-12 13:05:16 +10:00
Bukkit/Spigot
7191d92c81
Remove draft status from BlockFertilizeEvent
...
By: md_5 <git@md-5.net >
2018-08-03 09:12:56 +10:00
Bukkit/Spigot
5c60cb3a92
SPIGOT-4194: Call BlockFadeEvent for coral
...
By: md_5 <git@md-5.net >
2018-07-31 10:17:37 +10:00
Bukkit/Spigot
19b0790b3c
SPIGOT-4174: Expose BlockCanBuildEvent BlockData
...
By: md_5 <git@md-5.net >
2018-07-29 16:20:06 +10:00
Bukkit/Spigot
d1a29e349c
Add draft BlockFertilizeEvent
...
By: md_5 <git@md-5.net >
2018-07-26 20:44:03 +10:00
Bukkit/Spigot
9c3b7b278a
SPIGOT-824: SpongeAbsorbEvent
...
By: Articdive <articdive@gmail.com >
2018-07-23 17:04:09 +10:00
Bukkit/Spigot
a1a8d19aaf
Remove deprecated annotation from BlockPhysicsEvent
...
By: md_5 <git@md-5.net >
2018-07-16 11:22:59 +10:00
Bukkit/Spigot
767e4f6ccf
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net >
2018-07-15 10:00:00 +10:00
Bukkit/Spigot
417599c2ab
Some minor improvements from static analysis
...
By: md_5 <git@md-5.net >
2017-11-07 17:28:28 +11:00
Bukkit/Spigot
a0fc461d4f
SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete
...
By: md_5 <git@md-5.net >
2017-06-03 17:39:13 +10:00
Bukkit/Spigot
db19779164
Add support for preventing block drops in BreakEvent
...
By: Scetra <contact@scetra.me >
2017-05-27 13:39:31 -04:00
Bukkit/Spigot
217c93b86b
Add getIgnitingBlock to BlockBurnEvent
...
By: Nathan Wolf <nathan@elmakers.com >
2017-03-08 14:19:47 -08:00
Bukkit/Spigot
f1fb3d9462
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net >
2016-11-17 12:40:59 +11:00
Bukkit/Spigot
1051754e5e
Add hand used to BlockPlaceEvent.
...
By: AgentLV <contact@agentlv.net >
2016-03-15 12:51:16 +01:00
Bukkit/Spigot
b60d39b0c1
SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker
...
By: Matthew <stteg@hotmail.com >
2016-03-12 15:02:32 -05:00
Bukkit/Spigot
ef7bd3a4ab
Implement CauldronLevelChangeEvent.
...
Idea for implementation via matiki1231 on IRC.
By: md_5 <git@md-5.net >
2016-03-01 08:30:03 +11:00
Bukkit/Spigot
ee31e221ae
Add BlockExplodeEvent
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-03-22 19:41:58 +00:00
Bukkit/Spigot
0693d6c758
SPIGOT-665: Sticky pistons are moving pistons during the event
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-03-09 22:28:36 +00:00
Bukkit/Spigot
b3411fdcf4
Fix a missed assignment with the last commit
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-01-19 23:35:58 +00:00
Bukkit/Spigot
0b63ec0461
Give BlockPistonRetractEvent a list of pulled blocks for sticky pistons
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2015-01-19 23:28:15 +00:00
Bukkit/Spigot
b2d54f59bb
Clean up the javadoc to pass java 8's doclint
...
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-11-30 21:09:01 +00:00
Bukkit/Spigot
8344aacc6e
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
By: md_5 <git@md-5.net >
2014-11-26 08:15:59 +11:00
Bukkit/Spigot
7731218b97
Add BlockMultiPlaceEvent. Adds BUKKIT-5558
...
Some blocks, such as beds, doors, or flowers, are actually composed of
multiple blocks when they are placed. Currently, to detect how many
blocks are actually modified a plugin has to perform various calculations
to determine the directions of relative blocks, many of which are
difficult to perform and can easily return false positives.
This commit adds in a BlockMultiPlaceEvent, which adds in easy support for
accessing all blocks modified by the placement of a block.
By: Nate Mortensen <nate.richard.mortensen@gmail.com >
2014-04-21 17:23:36 -06:00
Bukkit/Spigot
bb50f1a774
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
By: Wesley Wolfe <weswolf@aol.com >
2013-12-15 01:07:43 -05:00
Bukkit/Spigot
832e4cc761
Pulling all pending Bukkit-JavaDoc changes
...
By: Wesley Wolfe <weswolf@aol.com >
2013-11-30 21:14:02 -06:00
Bukkit/Spigot
f9bec6eadd
Deprecate magic values
...
By: Wesley Wolfe <weswolf@aol.com >
2013-08-19 13:32:18 -05:00
Bukkit/Spigot
761a84cb1b
Pulling all pending Bukkit-JavaDoc changes
...
By: Edmond Poon <sagaciouszzzz@gmail.com >
2013-04-02 00:11:22 -04:00
Bukkit/Spigot
97b686dc3b
Add block or entity causes to BlockIgniteEvent. Addresses BUKKIT-3609, BUKKIT-3656, BUKKIT-3657
...
By: Yariv Livay <yarivlivay@gmail.com >
2013-03-17 22:27:52 +02:00
Bukkit/Spigot
8065c9095a
Improve javadoc in 26 files.
...
Addresses:
BUKKIT-1643, BUKKIT-1868, BUKKIT-1846, BUKKIT-2632, BUKKIT-3196,
BUKKIT-3187, BUKKIT-3198, BUKKIT-3200, BUKKIT-3201 and BUKKIT-3417.
By: feildmaster <admin@feildmaster.com >
2013-01-22 15:09:24 -06:00
Bukkit/Spigot
7536c357fc
Add FurnaceExtractEvent. Addresses BUKKIT-2114
...
Added a "BlockExpEvent" to hold experience and the handlers for the events
By: feildmaster <admin@feildmaster.com >
2012-12-07 19:12:32 -06:00
Bukkit/Spigot
626c347565
Add API for getting and setting experience for BlockBreakEvent. Addresses BUKKIT-2033
...
By: feildmaster <admin@feildmaster.com >
2012-08-08 06:51:44 -05:00
Bukkit/Spigot
e88d605bc3
Add NotePlayEvent. Fixes BUKKIT-1779
...
By: obnoxint <mail@obnoxint.net >
2012-06-10 17:37:24 +02:00
Bukkit/Spigot
f6c072f78f
Add IgniteCause.FIREBALL for BUKKIT-1566
...
By: Travis Watkins <amaranth@ubuntu.com >
2012-04-25 16:27:11 -05:00
Bukkit/Spigot
dc590d2c1e
Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases.
...
This reverts commit 2d17b0c24e2de982c09ad6050a95db0fac70c3ad.
By: Warren Loo <evilseph@gmail.com >
2012-03-27 10:16:42 -04:00
Bukkit/Spigot
bbe996077c
[Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2011-08-14 22:34:13 -04:00
Bukkit/Spigot
1d03cfb423
[Bleeding] Add constructor to BlockFromToEvent for dragon egg teleportation. Addresses BUKKIT-828
...
By: Celtic Minstrel <celtic.minstrel.ca@some.place >
2012-02-25 12:49:46 -05:00
Bukkit/Spigot
c6050ff89d
[Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104
...
By: Feildmaster <admin@feildmaster.com >
2012-02-11 23:09:10 -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
75fd934339
Deprecation cleanup.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-30 21:32:48 +01:00
Bukkit/Spigot
33f366c08d
Minor cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-17 19:35:28 +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
72ce6fab3e
Added EntityBlockFormEvent for block forming by entity actions (snowmen etc). Thanks to fieldmaster for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 09:13:00 +00: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