Formatted code

This commit is contained in:
yueh
2015-12-24 02:03:16 +01:00
parent e94a0cfccf
commit c9e8a6e939
216 changed files with 1196 additions and 1187 deletions
@@ -138,14 +138,14 @@ public class WrapperInventoryRange implements IInventory
public void openInventory(
final EntityPlayer player )
{
this.src.openInventory(player);
this.src.openInventory( player );
}
@Override
public void closeInventory(
final EntityPlayer player )
{
this.src.closeInventory(player);
this.src.closeInventory( player );
}
@Override
@@ -153,14 +153,14 @@ public class WrapperInventoryRange implements IInventory
{
this.src.clear();
}
@Override
public int getField(
final int id )
{
return this.src.getField( id );
}
@Override
public int getFieldCount()
{
@@ -180,6 +180,7 @@ public class WrapperInventoryRange implements IInventory
{
this.src.setField( id, value );
}
@Override
public boolean isItemValidForSlot( final int i, final ItemStack itemstack )
{