Commit Graph

285 Commits

Author SHA1 Message Date
Peter Lamonica
1f3cd4d7fc Added /.DS_Store (Mac filesystem dust) to .gitignore (https://github.com/Bukkit/Bukkit/issues/#issue/46) 2011-01-25 18:48:13 +08:00
VictorD
232c811519 Added getBlockReplacedState to enable checking of type of replaced block. 2011-01-24 23:24:17 +01:00
sk89q
1c88287348 Added PlayerEggThrowEvent.getEgg(). 2011-01-23 14:06:58 -08:00
sk89q
4bab50f80d Added squid as a valid mob type. 2011-01-23 13:16:57 -08:00
sk89q
7488cd29fa Added full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks. 2011-01-23 00:37:36 -08:00
sk89q
4165f58d82 Expanded .gitignore with potential build files. 2011-01-21 15:27:32 -08:00
Adam Tanner
b813e9222f EntityExplodeEvent keeps track of its Location. 2011-01-21 23:59:34 +08:00
Adam Tanner
cf5a86bf19 Block instance getLocation() method. 2011-01-21 23:59:34 +08:00
Dinnerbone
ea3db10229 Fully implemented /version 2011-01-20 16:26:57 +00:00
Dinnerbone
a057aadf8e Added extra plugin description fields 2011-01-20 16:26:56 +00:00
sk89q
f17a819075 Added compass setting methods. 2011-01-20 02:10:35 -08:00
sk89q
8613231dc0 Added suffocation damage as an event. 2011-01-20 02:10:35 -08:00
Andrew Ardill
d58b59b5cd fix for entity damaged by projectile event 2011-01-20 20:22:34 +11:00
Dinnerbone
e48a4a2224 Added /version and /reload commands 2011-01-20 03:53:27 +00:00
Dinnerbone
868aee0046 Fixed empty check in PluginCommand 2011-01-20 03:08:15 +00:00
Dinnerbone
56837580ca Material.getMaxStackSize 2011-01-20 02:51:17 +00:00
Dinnerbone
810e352f3d Fixed Button and Lever MaterialData returning incorrect getAttachedFace() 2011-01-20 01:14:49 +00:00
FeepingCreature
fbc27c0842 add getSpawnLocation() to the World API 2011-01-20 08:58:33 +08:00
Nathan Wolf
bf4265210a Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.
Requires corresponding CraftBukkit change.
2011-01-20 07:56:21 +08:00
mcasper
ba78a90a4f Event 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
2011-01-20 07:52:55 +08:00
Tahg
31ab0c9351 added isOp api 2011-01-18 22:32:05 -05:00
VictorD
ad2bfe6bf6 Fixed minor bug with alias registration and removed debug output 2011-01-18 01:54:48 +01:00
VictorD
7a9ecbef53 Updated commands to have optional aliases, and to fallback to /pluginName:cmdName on name conflict. 2011-01-18 01:12:50 +01:00
Tahg
b440e67220 Merge branch 'master' of https://github.com/Bukkit/Bukkit 2011-01-17 17:40:13 -05:00
Tahg
b274a7faec fixed storage of data field 2011-01-17 17:39:27 -05:00
Tal Eisenberg
88560741ad added call to onBlockRedstoneChange 2011-01-18 04:47:11 +08:00
speakeasy
f9e46f8481 Added EntityExplodeEvent :D 2011-01-18 00:22:02 +08:00
Andrew Ardill
b1729b097e Added 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.
2011-01-18 00:20:05 +08:00
Erik Broes
1f94399da6 Updated Inventory with proper generics, fixed ItemStack to have data as 'Byte' so we can put in nulls when not having data. 2011-01-17 01:50:33 +01:00
sk89q
8c46089fe5 Added Configuration.getKeys(). 2011-01-16 13:28:59 -08:00
VictorD
558100cab9 Added null check and removed unused method from Fillr 2011-01-16 17:05:13 +01:00
VictorD
f8335d6cab Added command registration to plugin config file. Registered commands are sent to the corresponding plugin.onCommand method when executed. 2011-01-16 16:30:34 +01:00
Erik Broes
2ab7b0d146 Added Invenrory.removeItem(ItemStack...) 2011-01-16 16:10:32 +01:00
durron597
d6265bdc14 Removed unnecessary imports 2011-01-16 09:00:25 -05:00
durron597
f833bb2285 Removed field that shouldn't be there. 2011-01-16 08:59:33 -05: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
sk89q
3b0385334e Fixed BlockFromToEvent not knowing source block from destination block. 2011-01-15 21:20:23 -08:00
sk89q
5650443aad Added Block.getRelative(BlockFace). 2011-01-15 19:33:39 -08:00
sk89q
68b8c805a6 Added item-in-hand related API. 2011-01-15 19:33:19 -08:00
sk89q
0013e12933 Updated JavaPluginLoader with renamed methods. 2011-01-15 17:14:28 -08:00
sk89q
f6ef690d1b Fixed BlockListener methods to be present tense. 2011-01-15 17:09:10 -08:00
sk89q
377de89163 Added setContents() to Inventory. 2011-01-15 14:41:25 -08:00
sk89q
e444bad7da Moved org.bukkit.Vector to org.bukkit.util. 2011-01-15 13:43:09 -08:00
sk89q
5f997b11e8 Added Server.broadcastMessage(). 2011-01-15 13:40:19 -08:00
Dinnerbone
e50b5d6ecf Moved block stuff from org.bukkit to org.bukkit.block 2011-01-15 21:37:08 +00:00
Dinnerbone
f419f23cf3 All inventory stuff in org.bukkit moved to org.bukkit.inventory 2011-01-15 21:27:40 +00:00
Dinnerbone
b923ccf636 All entity stuff in org.bukkit moved to org.bukkit.entity 2011-01-15 21:20:59 +00:00
Dinnerbone
8391ecaae8 Added Sign MaterialData 2011-01-15 21:12:14 +00:00
Erik Broes
b517c3c2f1 Added Inventory.clear(|index) Inventory.remove(typeId|Material|ItemStack) 2011-01-15 21:58:57 +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