Paper/src/main/java/org/bukkit/craftbukkit
Celtic Minstrel 0842bab48b [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856
See the corresponding Bukkit commit for details.

Implementation details:
- Any packets that include an itemstack will send air stacks as null; maybe this will even eliminate the client crash that occurs if the client receives an air stack
- Better handling of null itemstacks in general (ie less converting them to air stacks)
- Inventory.setContents() can now take an array smaller than the inventory without error
- Player.updateInventory() should now correctly update the result slot in a crafting inventory

Some small credit goes to Afforess (initial implementation of openInventory() methods) and Drakia (initial implementation of InventoryOpenEvent and InventoryCloseEvent).
2012-02-29 15:19:07 -05:00
..
block [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 2012-02-29 15:19:07 -05:00
command Fix formatting. 2012-01-15 10:54:57 +01:00
enchantments Fix formatting. 2012-01-15 10:54:57 +01:00
entity [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 2012-02-29 15:19:07 -05:00
event [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 2012-02-29 15:19:07 -05:00
generator Deprecation cleanup. 2012-02-18 13:06:12 -05:00
inventory [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 2012-02-29 15:19:07 -05:00
map Deprecation cleanup. 2012-02-18 13:06:12 -05:00
metadata [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds 2012-02-29 19:21:25 +01:00
potion [Bleeding] Added Potions API. Fixes BUKKIT-389 2012-02-10 17:41:13 -05:00
scheduler Deprecation cleanup. 2012-02-18 13:06:12 -05:00
updater Fixed NPE when running a custom build of CraftBukkit. This fixes issue #BUKKIT-765 2012-02-18 14:06:21 +00:00
util [Bleeding] Override not applicable 2012-02-23 21:33:51 -05:00
ChunkCompressionThread.java Update to mc-dev rename revision 01 2012-01-12 15:27:39 +00:00
CraftArt.java fixed mapping of Art <-> EnumArt in Paintings 2011-10-12 14:13:11 -04:00
CraftChunk.java [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds 2012-02-29 19:21:25 +01:00
CraftChunkSnapshot.java Fix formatting. 2012-01-15 10:54:57 +01:00
CraftEffect.java Implementation of richer playEffect methods. Addresses BUKKIT-857 2012-02-29 14:59:27 -05:00
CraftOfflinePlayer.java [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds 2012-02-29 19:21:25 +01:00
CraftServer.java [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 2012-02-29 15:19:07 -05:00
CraftWorld.java Implementation of richer playEffect methods. Addresses BUKKIT-857 2012-02-29 14:59:27 -05:00
LoggerOutputStream.java Fix formatting. 2012-01-15 10:54:57 +01:00
Main.java Fix formatting. 2012-01-15 10:54:57 +01:00
PortalTravelAgent.java Implement PortalCreateEvent reason codes. Addresses BUKKIT-833 2012-02-26 15:20:09 -05:00
TextWrapper.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00