summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft
diff options
context:
space:
mode:
authorFrozenBrain <carstenbamsti@googlemail.com>2013-08-27 00:04:48 +0200
committerNate Mortensen <nate.richard.mortensen@gmail.com>2013-09-10 20:51:35 -0500
commit5f65cd9a1c316e2b751d423bba4f00b0ad6568a1 (patch)
tree0c1ea7db036a38ea514d61f575488f35ffe629e2 /src/main/java/net/minecraft
parent600e1524a9976f8f44c6bf050dd670241bd210f5 (diff)
downloadcraftbukkit-5f65cd9a1c316e2b751d423bba4f00b0ad6568a1.tar
craftbukkit-5f65cd9a1c316e2b751d423bba4f00b0ad6568a1.tar.gz
craftbukkit-5f65cd9a1c316e2b751d423bba4f00b0ad6568a1.tar.lz
craftbukkit-5f65cd9a1c316e2b751d423bba4f00b0ad6568a1.tar.xz
craftbukkit-5f65cd9a1c316e2b751d423bba4f00b0ad6568a1.zip
Add support for custom Hopper inventories. Fixes BUKKIT-4722
Opening a hopper inventory created by Server.createInventory will currently have no effect as proper handling code is missing in CraftEntityHuman for hopper inventories that aren't associated with a tile entity or minecart. Initialization logic for hoppers is also missing from CraftContainer, which is necessary for the opening of custom hopper inventories. This commit fixes the two aforementioned by adding proper handling to CraftHumanEntity for opening inventories not associated with a tile entity, and by adding initialization logic for hoppers to CraftContainer.
Diffstat (limited to 'src/main/java/net/minecraft')
0 files changed, 0 insertions, 0 deletions