Commit Graph

28 Commits

Author SHA1 Message Date
Forsaken
836dc323d6 Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation) 2011-02-06 12:13:18 +01:00
Meaglin
746b7a1ab2 Interface for BlockBreakEvent 2011-02-01 18:07:16 +01:00
Dinnerbone
cd05af918f Added PLAYER_DROP_ITEM 2011-02-01 10:45:39 +00:00
Dinnerbone
77832e6871 Added VEHICLE_UPDATE 2011-02-01 10:18:27 +00:00
Dinnerbone
86780fcb39 Added PLAYER_ITEM_HELD event 2011-01-31 01:34:23 +00:00
stevenh
247e77579a Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc 2011-01-29 21:17:36 +00:00
stevenh
cc404ced12 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
speakeasy
f9e46f8481 Added EntityExplodeEvent :D 2011-01-18 00:22:02 +08:00
Andrew Ardill
696880e64f 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
Erik Broes
e436bfc3d9 Fixed 3 event rename typos, cheers Master-Guy for letting me know 2011-01-15 21:58:57 +01:00
Erik Broes
bbd7fffaac Events should be present tense, not paste tense. 2011-01-15 21:26:42 +01:00
Taylor Kelly
b6a573c31f EggThrow - remove extra stuff 2011-01-11 03:02:30 -05:00
Taylor Kelly
e732e72985 PlayerEggThrowEvent 2011-01-11 02:58:51 -05:00
Taylor Kelly
04f5a1e82b EntityCombustEvent 2011-01-10 02:59:30 +00:00
Luke GB
b1cab8c5ee 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
98b6937ac2 Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
BlockItem as we're not doing it that way anymore.
2011-01-08 05:45:15 -05:00
durron597
380b5c212c Implemented Item_Use events 2011-01-07 05:34:07 -05:00
Dinnerbone
b0d938d9ef Removed onBlockSent, added onLeavesDecay 2011-01-04 22:03:15 +00:00
angelsl
153aa4d14f Overhaul entity damage structure... 2011-01-03 15:54:58 +00:00
angelsl
bc585f5892 Entity damage hooks 2011-01-03 15:54:24 +00:00
sk89q
9798171149 Change vehicle hook changes. 2011-01-03 22:24:44 +08:00
sk89q
30f7da4d0b Implemented vehicle hooks (some changes will still be made). 2011-01-03 22:24:43 +08:00
durron597
ab2191c482 removed unnecessary import 2011-01-02 21:38:48 -05:00
Dinnerbone
831f75b417 Updated Event list 2011-01-02 18:08:26 +00:00
Dinnerbone
df4d4aa2df Updated event priorities 2011-01-02 15:10:51 +00:00
Lymia
c3fd375f2a Added custom event support. 2011-01-02 01:50:45 -06:00
durron597
de177404e3 Changed all tabs to 4 spaces 2011-01-01 08:01:07 -05:00
Erik Broes
f46d9ada1c Transition to Maven 2011-01-01 11:23:14 +01:00