summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityMinecartContainer.java
Commit message (Collapse)AuthorAgeLines
* 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