New version of transferStackInSlot with bonus player: func_82846_b

This commit is contained in:
Christian 2012-10-21 16:18:22 -04:00
parent db8490fd35
commit 1b441072cd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class ContainerIronChestBase extends Container {
return chest.isUseableByPlayer(player); return chest.isUseableByPlayer(player);
} }
public ItemStack transferStackInSlot(int i) public ItemStack func_82846_b(EntityPlayer p, int i)
{ {
ItemStack itemstack = null; ItemStack itemstack = null;
Slot slot = (Slot) inventorySlots.get(i); Slot slot = (Slot) inventorySlots.get(i);