29 Commits

Author SHA1 Message Date
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
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
Taylor Kelly
b2efe28122 BlockBurnEvent 2011-01-26 16:13:04 -05:00
VictorD
152daf40ac Added getBlockReplacedState to enable checking of type of replaced block. 2011-01-24 23:24:17 +01:00
durron597
4614086ff4 Removed field that shouldn't be there. 2011-01-16 08:59:33 -05: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
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
Tahg
5fc5b4c1a3 Added redstone event 2011-01-12 12:40:21 -05:00
Taylor Kelly
a213311a1d BlockDamagedEvent 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
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
durron597
bc15bdafcc Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEvent 2011-01-07 05:44:51 -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
sk89q
c0983ce3a8 Added dummy getPlayer() to BlockBrokenEvent and BlockPlacedEvent in order to get WorldEdit to compile. 2011-01-03 12:02:42 -08:00
Dinnerbone
5c133892df Java 1.5!
(Also ninjaencoding)
2011-01-01 19:35:03 +00:00
durron597
3317654a9c Changed all tabs to 4 spaces 2011-01-01 08:01:07 -05:00
durron597
7da0dd44cc removed unnecessary imports 2011-01-01 07:54:30 -05:00
durron597
a117df5dbb Removed @Override from the cancellable methods 2011-01-01 07:53:09 -05:00
Erik Broes
ddff384203 Transition to Maven 2011-01-01 11:23:14 +01:00