227 Commits

Author SHA1 Message Date
Dinnerbone
46bc44ed5f New event WORLD_LOADED 2011-02-08 12:06:34 +00:00
Erik Broes
25ed7caa90 Deprecate BlockRightClickEvent.getBlockAgainst - use BlockRightClickEvent.getBlock 2011-02-06 14:49:08 +01:00
Forsaken
0b998a2fe4 Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation) 2011-02-06 12:13:18 +01:00
Dinnerbone
90f43d486a Merge branch 'master' of https://github.com/Meaglin/Bukkit 2011-02-03 10:01:09 +00:00
sk89q
ef79a4d716 Removed SLOW_SPREAD from IgniteCause enum. 2011-02-02 21:56:57 -08:00
Erik Broes
01988e8f6b General cleanup (deprecated+whitespace) 2011-02-02 00:28:41 +01:00
Meaglin
af9d2b86c3 Interface for BlockBreakEvent 2011-02-01 18:07:16 +01:00
Dinnerbone
1dba6e8874 Added PLAYER_DROP_ITEM 2011-02-01 10:45:39 +00:00
Dinnerbone
630f9a89d6 Added VEHICLE_UPDATE 2011-02-01 10:18:27 +00:00
Dinnerbone
000d2a300f Added PLAYER_ITEM_HELD event 2011-01-31 01:34:23 +00:00
Dinnerbone
99bc01b602 Added INVENTORY_OPEN as a player event 2011-01-30 22:06:17 +00:00
Dinnerbone
8911adae05 Removed EntityDeathEvent.setDrops() (just use getDrops.add/etc) 2011-01-30 20:24:36 +00:00
stevenh
47af4404bf Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc 2011-01-29 21:17:36 +00:00
stevenh
a984e73ac1 Finalising merge with head 2011-01-29 17:28:31 +00:00
stevenh
39c4a5a2e9 merge with head 2011-01-29 17:18:32 +00:00
stevenh
a89a96416b Refactored event calling so its front loading avoiding the lookup for each event call.
This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling

Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon

Fixed CustomEventListener

Merged in additional events

Added getFullName to PluginDescriptionFile which returns the combination of Name and Version

There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
2011-01-29 16:23:56 +00:00
Dinnerbone
6c4698c313 ENTITY_DEATH 2011-01-27 13:25:20 +00:00
Taylor Kelly
b2efe28122 BlockBurnEvent 2011-01-26 16:13:04 -05:00
Taylor Kelly
30144a15d1 EntityTargetEvent 2011-01-26 14:27:43 -05:00
VictorD
152daf40ac Added getBlockReplacedState to enable checking of type of replaced block. 2011-01-24 23:24:17 +01:00
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