summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/TileEntityDispenser.java
Commit message (Collapse)AuthorAgeLines
* [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-1/+6
| | | | - Custom inventories also respect this setting now.
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-5/+14
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-0/+22
| | | | | | | | | | | | 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).
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-7/+7
|
* Update for 1.0.0Erik Broes2011-11-20-6/+6
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-3/+7
|
* Update for 1.7.3Dinnerbone2011-07-08-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-5/+5
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-2/+2
|
* Fixed dispensers not working.EvilSeph2011-05-16-2/+1
|
* Whitespace + general cleanupErik Broes2011-05-15-4/+6
|
* Added dispenser event.sk89q2011-05-08-2/+10
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-30/+30
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-8/+8
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-120/+120
|
* inventory fixesTahg2011-02-08-1/+1
|
* Added getContents() to TileEntityDispenser to be compatible withDinnerbone2011-02-08-0/+120
InventoryChanged TileEntityDispenser to be built against latest mc-dev Merge branch 'merge-fork' of https://github.com/Hidendra/CraftBukkit