Current method as of mcp_snapshot-20180721 within BlockBasePressurePlate:
protected abstract void playClickOnSound(World worldIn, BlockPos color);
With proposed changes:
protected abstract void playClickOnSound(World worldIn, BlockPos pos);
The two vanilla classes (BlockPressurePlate, and BlockPressurePlateWeighted respectively) that implement this method also have the incorrect name.