summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityMinecartContainer.java
Commit message (Collapse)AuthorAgeLines
* [Bleeding] Fix some inventories not using maxStack. Fixes BUKKIT-2883GJ2014-04-18-1/+1
| | | | | | | CraftBukkit adds the ability to specify the maxStack size for most inventories. However, some inventories were not overriding the getMaxStack method properly, and so the functionality was unavailable. This fixes the maxStack setting for Anvils, Minecarts, PlayerInventory, and Hoppers.
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-8/+8
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-3/+3
|
* Improve InventoryCloseEvent handling. Fixes BUKKIT-3286Travis Watkins2013-05-02-6/+0
| | | | | | | | | | Currently there are several cases where a player will have their inventory screen closed client side but we will not call an event. To correct this we call the event when the server is the cause of the inventory closing instead of just when the client is the cause. We also ensure the server is closing the inventory reliably so we get the events. Additionally this commit also calls the event when a player disconnects which will handle kicks, quits, and server shutdown.
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-0/+6
|
* Readd missed diff for minecart container size. Fixes BUKKIT-3826Travis Watkins2013-03-20-1/+1
|
* Add missing getOwner method for container minecarts.Travis Watkins2013-03-16-0/+7
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-0/+236