sk89q
1c999edda4
Added PlayerEggThrowEvent.getEgg().
2011-01-23 14:06:58 -08:00
Adam Tanner
da167fe2f5
EntityExplodeEvent keeps track of its Location.
2011-01-21 23:59:34 +08:00
sk89q
af769715f3
Added suffocation damage as an event.
2011-01-20 02:10:35 -08:00
Andrew Ardill
4342ea7c7f
fix for entity damaged by projectile event
2011-01-20 20:22:34 +11:00
Nathan Wolf
dad2a46ba9
Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.
...
Requires corresponding CraftBukkit change.
NOTE: The email address of this commit used to be: "Nathan Wolf < <nteske@gmail.com>"
This has been fixed but will cause all commits after to change.
2014-09-09 06:47:54 +02:00
speakeasy
f4908db7c1
Added EntityExplodeEvent :D
2011-01-18 00:22:02 +08:00
durron597
4614086ff4
Removed field that shouldn't be there.
2011-01-16 08:59:33 -05:00
Andrew Ardill
db5d43c2a9
Implementation of the EntityDamage*Events.
...
A new event EntityDamageByProjectileEvent was created. EntityDamageByProjectileEvent
adds the ability to get the projectile entity (such as an egg) and also set if
the projectile 'bounces'. New interfaces were created to facilitate all kinds
of projectile entities. Changes were made to facilitate the new event, and
enable other events, for plugins and event listeners.
2011-01-16 14:13:44 +01:00
sk89q
a3da4005e4
Fixed BlockFromToEvent not knowing source block from destination block.
2011-01-15 21:20:23 -08:00
sk89q
990b70e23c
Fixed BlockListener methods to be present tense.
2011-01-15 17:09:10 -08:00
Dinnerbone
ba635ade10
Moved block stuff from org.bukkit to org.bukkit.block
2011-01-15 21:37:08 +00:00
Dinnerbone
ec69ae1033
All inventory stuff in org.bukkit moved to org.bukkit.inventory
2011-01-15 21:27:40 +00:00
Dinnerbone
4764962cf9
All entity stuff in org.bukkit moved to org.bukkit.entity
2011-01-15 21:20:59 +00:00
Erik Broes
8cf9d7fe6c
Fixed 3 event rename typos, cheers Master-Guy for letting me know
2011-01-15 21:58:57 +01:00
Erik Broes
9afcb8ecc7
Events should be present tense, not paste tense.
2011-01-15 21:26:42 +01:00
Erik Broes
7754b08893
Global ID -> Id rename
2011-01-15 20:54:06 +01:00
Dinnerbone
f7cb2fbbe6
New materials, changed material names per style guidelines + correct names
2011-01-13 23:33:51 +00:00
Tahg
5fc5b4c1a3
Added redstone event
2011-01-12 12:40:21 -05:00
Taylor Kelly
c5e31fd6f3
Remove @overrides from EntityCombust
2011-01-11 19:41:04 -05:00
Taylor Kelly
e35b9b594a
EggThrow - remove extra stuff
2011-01-11 03:02:30 -05:00
Taylor Kelly
0b4916afd6
PlayerEggThrowEvent
2011-01-11 02:58:51 -05:00
Taylor Kelly
a213311a1d
BlockDamagedEvent
2011-01-10 02:59:30 +00:00
Taylor Kelly
219c0772fd
EntityCombustEvent
2011-01-10 02:59:30 +00:00
speakeasy
7d6400eb1d
Added BlockIgniteEvent.
2011-01-10 09:09:43 +08:00
durron597
a83e58e462
forgot to initialize cancel
2011-01-09 12:34:57 -05:00
Luke GB
7c93a16862
Added JavaDoc @see comments and @todo notes for those that aren't specified in the listener
2011-01-09 13:14:28 +00:00
durron597
154cae99a8
Removed unnecessary import warnings
2011-01-09 07:52:03 -05:00
Dinnerbone
3e911e1f0d
Fixed VehicleListener not being able to register
2011-01-08 18:47:14 +00:00
durron597
ca29aaa519
Should be LivingEntity
2011-01-08 08:05:04 -05:00
durron597
b43d8d60a6
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
...
BlockItem as we're not doing it that way anymore.
2011-01-08 05:45:15 -05:00
sk89q
5c7aadb0b2
Moving some minecart flags that don't belong in the event out of the event.
2011-01-07 12:26:24 -08:00
sk89q
806889eb0a
Merge remote branch 'remotes/origin/master'
2011-01-07 11:18:03 -08:00
sk89q
a6704ab01b
Various changes to the vehicle hooks.
2011-01-07 11:16:04 -08:00
Dinnerbone
efa9501538
Added PlayerChatEvent.getFormat/setFormat
2011-01-07 13:31:16 +00:00
durron597
bc15bdafcc
Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEvent
2011-01-07 05:44:51 -05:00
durron597
5d2a8ae74c
Added canBuild to event
2011-01-07 05:38:45 -05:00
durron597
3fc85a5e82
Implemented Item_Use events
2011-01-07 05:34:07 -05:00
durron597
ba54c55b97
First version of item use event
2011-01-07 05:34:06 -05:00
Dinnerbone
f2533d1fd7
Javadoc
2011-01-04 22:05:53 +00:00
Dinnerbone
a210fcc0ef
Removed onBlockSent, added onLeavesDecay
2011-01-04 22:03:15 +00:00
Dinnerbone
9296dd3ca1
Added Chunk events in new World category
2011-01-04 14:08:56 +00:00
sk89q
c0983ce3a8
Added dummy getPlayer() to BlockBrokenEvent and BlockPlacedEvent in order to get WorldEdit to compile.
2011-01-03 12:02:42 -08:00
angelsl
23cdf49521
Overhaul entity damage structure...
2011-01-03 15:54:58 +00:00
angelsl
40828fcee9
Move health stuff from LivingEntity to Entity.
2011-01-03 15:54:58 +00:00
angelsl
6da623bd18
Entity damage hooks
2011-01-03 15:54:24 +00:00
sk89q
135c6f240a
Change vehicle hook changes.
2011-01-03 22:24:44 +08:00
sk89q
e05708c9df
Implemented vehicle hooks (some changes will still be made).
2011-01-03 22:24:43 +08:00
durron597
b80eb77fa6
removed unnecessary import
2011-01-02 21:38:48 -05:00
Dinnerbone
abda42fdc4
Implemented PluginEnabled and PluginDisabled
2011-01-03 02:07:10 +00:00
Dinnerbone
f4fa9c6e00
Updated Event list
2011-01-02 18:08:26 +00:00