Rename to destination

This commit is contained in:
thatsIch
2014-11-04 11:48:26 +01:00
parent b123419486
commit fe7510d607
3 changed files with 15 additions and 15 deletions
@@ -26,7 +26,7 @@ public class AdaptorPlayerHand extends InventoryAdaptor
}
@Override
public ItemStack removeSimilarItems( int how_many, ItemStack Filter, FuzzyMode fuzzyMode, IInventoryDestination dest )
public ItemStack removeSimilarItems( int how_many, ItemStack Filter, FuzzyMode fuzzyMode, IInventoryDestination destination )
{
ItemStack hand = p.inventory.getItemStack();
if ( hand == null )
@@ -46,7 +46,7 @@ public class AdaptorPlayerHand extends InventoryAdaptor
}
@Override
public ItemStack simulateSimilarRemove( int how_many, ItemStack Filter, FuzzyMode fuzzyMode, IInventoryDestination dest )
public ItemStack simulateSimilarRemove( int how_many, ItemStack Filter, FuzzyMode fuzzyMode, IInventoryDestination destination )
{
ItemStack hand = p.inventory.getItemStack();
@@ -64,7 +64,7 @@ public class AdaptorPlayerHand extends InventoryAdaptor
}
@Override
public ItemStack removeItems( int how_many, ItemStack Filter, IInventoryDestination dest )
public ItemStack removeItems( int how_many, ItemStack Filter, IInventoryDestination destination )
{
ItemStack hand = p.inventory.getItemStack();
if ( hand == null )
@@ -84,7 +84,7 @@ public class AdaptorPlayerHand extends InventoryAdaptor
}
@Override
public ItemStack simulateRemove( int how_many, ItemStack Filter, IInventoryDestination dest )
public ItemStack simulateRemove( int how_many, ItemStack Filter, IInventoryDestination destination )
{
ItemStack hand = p.inventory.getItemStack();