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
@@ -74,13 +74,13 @@ public class AdaptorPlayerInventory implements IInventory
{
this.src.setInventorySlotContents( var1 + this.min, var2 );
}
@Override
public IChatComponent getDisplayName()
{
return this.src.getDisplayName();
}
@Override
public boolean hasCustomName()
{
@@ -104,19 +104,20 @@ public class AdaptorPlayerInventory implements IInventory
{
return this.src.isUseableByPlayer( var1 );
}
@Override
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