Bukkit/Spigot
f75105d723
Added a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs.
...
By: sk89q <the.sk89q@gmail.com >
2011-10-13 01:16:18 -07:00
Bukkit/Spigot
aff51bff11
Javadoc typo. I can now sleep soundly at night.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-11 01:24:47 +01:00
Bukkit/Spigot
429eb80d6e
Small javadoc cleanup
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 21:58:44 +01:00
Bukkit/Spigot
e99e39ee62
hopeful fix for blocks not being pistons when they should be
...
By: Tahg <tahgtahv@gmail.com >
2011-09-30 03:27:36 -04:00
Bukkit/Spigot
2a3a80d543
Added PlayerChangedWorldEvent.
...
By: sunkid <sunkid@iminurnetz.com >
2011-09-30 20:29:24 +02:00
Bukkit/Spigot
367dbc663e
Painting improvements. Thanks CelticMinstrel!
...
Added interface to get/set the art and facing direction on paintings, and expanded painting break events to catch more cases (including fire and lightning); removed PaintingBreakByWorldEvent since it's identical to its superclass
By: EvilSeph <evilseph@gmail.com >
2011-10-01 13:30:59 -04: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
6c051c6e18
Added RegainReason.SATIATED.
...
This reason is used when a player regains health from generating due to their hunger being satisfied.
By: EvilSeph <evilseph@gmail.com >
2011-09-22 01:34:31 -04:00
Bukkit/Spigot
547ab9f1be
Added FoodLevelChange event.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-21 18:52:23 -04:00
Bukkit/Spigot
a9cffeb33d
Added DamageCause.STARVATION.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-21 17:11:53 -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
ff51e5c299
Fixed an extremely dangerous typo caused by @dkdunnings!
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-21 17:37:24 +01:00
Bukkit/Spigot
039898c280
Implements the ability to customise and disable Player death messages.
...
By: Rigby <rigby@onarandombox.com >
2011-09-21 16:33:29 +01:00
Bukkit/Spigot
e66d7aba10
Added methods to control dropped EXP from EntityDeathEvent, and made a subevent for setting players respawned-exp
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-21 15:40:00 +01:00
Bukkit/Spigot
cc09f73499
Changed documentation for RegainReason.REGEN ENUM to reflect latest code.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-20 21:13:26 -04: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
df275c8376
Added DamageCause.SUICIDE.
...
By: EvilSeph <evilseph@gmail.com >
2011-08-12 21:35:55 -04:00
Bukkit/Spigot
26305c7551
Made PlayerAnimation cancellable. Thanks desmin88!
...
By: EvilSeph <evilseph@gmail.com >
2011-07-28 10:53:19 -04:00
Bukkit/Spigot
1063f6cbeb
Added ServerCommandEvent. Thanks celticminstrel!
...
By: EvilSeph <evilseph@gmail.com >
2011-07-28 10:35:52 -04:00
Bukkit/Spigot
8054b4db89
Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.
...
By: sunkid <sunkid@iminurnetz.com >
2011-07-19 10:21:17 -07: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
3c852a3c8f
Remove superfluous javadocs
...
By: Erik Broes <erikbroes@grum.nl >
2011-07-17 17:02:03 +02:00
Bukkit/Spigot
c11905550e
Refactor Bucket events
...
By: Erik Broes <erikbroes@grum.nl >
2011-07-17 17:01:05 +02: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
402794beff
More JavaDoc improvements.
...
By: EvilSeph <evilseph@gmail.com >
2011-07-15 01:15:05 -04:00
Bukkit/Spigot
84a45a3927
Added PlayerFish event.
...
By: EvilSeph <evilseph@unaligned.org >
2011-07-03 00:23:37 -04:00
Bukkit/Spigot
ccbd9a6709
Fixed PlayerPickupItem event returning wrong amount picked up and added function to get the amount remaining on the ground.
...
By: EvilSeph <evilseph@unaligned.org >
2011-07-02 14:04:57 -04:00
Bukkit/Spigot
f82f291deb
Improved FurnaceBurn event.
...
- Added the ability to set the burn time of the fuel.
- Added the ability to set if a fuel should burn or not.
By: EvilSeph <evilseph@unaligned.org >
2011-06-30 23:03:26 -04:00
Bukkit/Spigot
1325d8f15d
Added reasons for entities regaining health.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-28 20:10:50 -04:00
Bukkit/Spigot
abb947190f
Change PortalCreateEvent constructor ArrayList to Collection
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-25 18:07:04 +02:00
Bukkit/Spigot
c54128077a
More JavaDoc improvements.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-24 02:32:04 -04:00
Bukkit/Spigot
0a4fb615fc
Added missing 'implements Cancellable' to several classes.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-22 17:23:44 -04:00
Bukkit/Spigot
08cfa11ba6
JavaDoc cleanup.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-22 17:05:45 -04:00
Bukkit/Spigot
e2779f623c
Added SpawnReasons to CreatureSpawn events. Thanks winsock!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-21 15:58:41 -04:00
Bukkit/Spigot
d9d0416069
Implements isBedSpawn() to the PlayerRespawnEvent.
...
By: Rigby <rigby@onarandombox.com >
2011-06-21 04:32:47 +01:00
Bukkit/Spigot
8c6ccaee27
Implements customiseable PortalTravelAgent and updated PlayerPortalEvent.
...
By: Rigby <rigby@onarandombox.com >
2011-06-18 00:59:14 +01: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
d081f1a06f
Added Target Reasons for Wolf events. Thanks Deaygo!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-18 22:29:07 -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
2a62ac59bf
Added PlayerToggleSneakEvent.isSneaking().
...
By: sk89q <the.sk89q@gmail.com >
2011-06-18 14:34:59 -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
8e7ef46f6f
Added the concept of an Explosive.
...
By: sunkid <sunkid@iminurnetz.com >
2011-06-14 10:55:47 -07:00
Bukkit/Spigot
dc11d556ba
Removing 14 deprecated methods per http://bit.ly/mO2f4d
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-16 22:06:18 +01:00
Bukkit/Spigot
ae44a5e666
Added ChunkPopulateEvent, new "newChunk" property on ChunkLoadEvent
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-16 19:32:14 +01:00