a984e73ac1Finalising merge with head
stevenh
2011-01-29 17:28:31 +00:00
39c4a5a2e9merge with head
stevenh
2011-01-29 17:18:32 +00:00
a89a96416bRefactored 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
stevenh
2011-01-29 16:23:56 +00:00
9a6bdd039dAdded squid as a valid mob type.
sk89q
2011-01-23 13:16:57 -08:00
1f63ea78bbAdded full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks.
sk89q
2011-01-23 00:37:36 -08:00
8dcf6e0b87Expanded .gitignore with potential build files.
sk89q
2011-01-21 00:23:47 -08:00
da167fe2f5EntityExplodeEvent keeps track of its Location.
Adam Tanner
2011-01-21 19:41:43 +08:00
3306b07b8dBlock instance getLocation() method.
Adam Tanner
2011-01-21 19:39:31 +08:00
5f407c11a2Fixed Button and Lever MaterialData returning incorrect getAttachedFace()
Dinnerbone
2011-01-20 01:14:49 +00:00
efd4871672add getSpawnLocation() to the World API
FeepingCreature
2011-01-16 07:01:15 +08:00
dad2a46ba9Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.
Nathan Wolf
2011-01-19 00:07:38 +08:00
ab5cdfe224Event hooks were ordered in backwards order versus the expected way. To avoid sorting problems and manual sorting, changed priority to be handled by a PriorityQueue<>() rather than a manually sorted List(). Resolves issue 211 http://bugs.bukkit.org/issues/211
mcasper
2011-01-19 10:23:00 +08:00
0a2f2c7b45added isOp api
Tahg
2011-01-18 22:32:05 -05:00
6f07a1bbb2Fixed minor bug with alias registration and removed debug output
VictorD
2011-01-18 01:54:48 +01:00
0951ed5de8Updated commands to have optional aliases, and to fallback to /pluginName:cmdName on name conflict.
VictorD
2011-01-18 01:12:50 +01:00
06d99445d9Added interfaces for every entity type. Most (if not all) are empty. These are place holders at the moment, to be used when determining entity type. Further functionality could be added to these interfaces later.
Andrew Ardill
2011-01-17 16:28:28 +08:00
13ded78086Updated Inventory with proper generics, fixed ItemStack to have data as 'Byte' so we can put in nulls when not having data.
Erik Broes
2011-01-17 01:50:33 +01:00
8eeb293d2bAdded null check and removed unused method from Fillr
VictorD
2011-01-16 17:05:13 +01:00
267afcb0eaAdded command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed.
VictorD
2011-01-16 16:30:34 +01:00
8a9d21c7f3Added Invenrory.removeItem(ItemStack...)
Erik Broes
2011-01-16 16:10:22 +01:00